From 07750841b58da69cd36e5691a9f6e77f218cd67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 13 Nov 2016 22:55:43 +0100 Subject: [PATCH] Version 16.57.1 --- swad_MFU.c | 3 ++- swad_changelog.h | 3 ++- swad_help.c | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/swad_MFU.c b/swad_MFU.c index bad4b1850..8c42589b6 100644 --- a/swad_MFU.c +++ b/swad_MFU.c @@ -204,6 +204,7 @@ void MFU_ShowMyMFUActions (void) void MFU_WriteBigMFUActions (struct MFU_ListMFUActions *ListMFUActions) { extern struct Act_Actions Act_Actions[Act_NUM_ACTIONS]; + extern const char *Hlp_STATS_Frequent; extern const char *The_ClassFormNoWrap[The_NUM_THEMES]; extern const char *Txt_My_frequent_actions; extern const char *Txt_TABS_FULL_TXT[Tab_NUM_TABS]; @@ -216,7 +217,7 @@ void MFU_WriteBigMFUActions (struct MFU_ListMFUActions *ListMFUActions) char TabMenuStr[128+6+128+1]; /***** Start frame *****/ - Lay_StartRoundFrame (NULL,Txt_My_frequent_actions,NULL,NULL); + Lay_StartRoundFrame (NULL,Txt_My_frequent_actions,NULL,Hlp_STATS_Frequent); fprintf (Gbl.F.Out,"
"); /***** Write list of frequently used actions *****/ diff --git a/swad_changelog.h b/swad_changelog.h index 9526360de..36c02e18c 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -156,13 +156,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.57 (2016-11-13)" +#define Log_PLATFORM_VERSION "SWAD 16.57.1 (2016-11-13)" #define CSS_FILE "swad16.51.css" #define JS_FILE "swad16.46.1.js" // 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 sql/swad*.sql | tail -1 /* + Version 16.57.1: Nov 13, 2016 Contextual help on frequent actions. (207099 lines) Version 16.57: Nov 13, 2016 Contextual help on figures. (207096 lines) Version 16.56.8: Nov 13, 2016 Contextual help on notices. (207002 lines) Version 16.56.7: Nov 13, 2016 Contextual help on forums. (206996 lines) diff --git a/swad_help.c b/swad_help.c index 71f7e8af9..353e5102d 100644 --- a/swad_help.c +++ b/swad_help.c @@ -140,6 +140,8 @@ const char *Hlp_STATS_Figures_menu = WIKI "STATS.Figur const char *Hlp_STATS_Figures_columns = WIKI "STATS.Figures#columns"; const char *Hlp_STATS_Figures_privacy = WIKI "STATS.Figures#privacy"; +const char *Hlp_STATS_Frequent = WIKI "STATS.Frequent"; + /***** PROFILE tab *****/ const char *Hlp_PROFILE_Log_in = WIKI "PROFILE.Log%20in";