Version 14.75.2

This commit is contained in:
Antonio Cañas Vargas 2015-03-02 17:29:13 +01:00
parent 10e57e49b1
commit d03cd2ca5f
3 changed files with 7 additions and 5 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.75.1 (2015/03/02)"
#define Log_PLATFORM_VERSION "SWAD 14.75.2 (2015/03/02)"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h | tail -1
/*
Version 14.75.2: Mar 02, 2015 New icon for new notifications. (178176 lines)
Version 14.75.1: Mar 02, 2015 Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178175 lines)
Version 14.75: Feb 27, 2015 Fixed bug when getting user's IDs from marks tables. (178172 lines)
Version 14.74.12: Feb 23, 2015 Fixed bug in file browser, reported by Germán Luzón González and Javier Fernández Baldomero. (178119 lines)

View File

@ -1283,6 +1283,7 @@ const char *Brw_MIMETypesAllowed[] =
"text/x-csrc", // Source code in C
"text/x-c++src", // Source code in C++
"text/x-latex", // LateX
"text/x-objcsrc", // Source code
"text/x-pdf", // PDF
"video/3gpp", // Video Android mobile
"video/avi", // AVI

View File

@ -1809,12 +1809,12 @@ void Ntf_WriteNumberOfNewNtfs (void)
if (NumNewNtfs)
{
/***** Blinking icon *****/
/***** Icon *****/
fprintf (Gbl.F.Out,"<br />"
"<img src=\"%s/mail13x10.gif\""
" style=\"width:13px; height:10px;"
"<img src=\"%s/bell16x16.png\""
" style=\"width:16px; height:16px;"
" vertical-align:middle;\" /> ",
Gbl.Prefs.IconsURL);
Gbl.Prefs.PathTheme);
/***** Number of new notifications *****/
if (NumNewNtfs == 1)