[MPlayer-DOCS] r38286 - in trunk: gui/app/cfg.c gui/dialog/menu.c gui/interface.c gui/win32/dialogs.c gui/win32/wincfg.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-da.h help/help_mp-de.h help/help_mp-el.h h...
ib
subversion at mplayerhq.hu
Mon Mar 1 15:53:25 EET 2021
Author: ib
Date: Mon Mar 1 15:53:24 2021
New Revision: 38286
Log:
Rename some symbolic constants of GUI help message texts.
Add them to the "GUI namespace", i.e. all symbolic constants used in the
GUI should start with MSGTR_GUI.
But since the texts themselves have not changed, simply define the new
macros using the existing old ones.
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/gui/app/cfg.c
trunk/gui/dialog/menu.c
trunk/gui/interface.c
trunk/gui/win32/dialogs.c
trunk/gui/win32/wincfg.c
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-da.h
trunk/help/help_mp-de.h
trunk/help/help_mp-el.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-ja.h
trunk/help/help_mp-ko.h
trunk/help/help_mp-mk.h
trunk/help/help_mp-nb.h
trunk/help/help_mp-nl.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-pt_BR.h
trunk/help/help_mp-ro.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-sk.h
trunk/help/help_mp-sv.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h Sun Feb 28 23:32:34 2021 (r38285)
+++ trunk/help/help_mp-en.h Mon Mar 1 15:53:24 2021 (r38286)
@@ -542,6 +542,8 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_Cache "Cache"
#define MSGTR_GUI_CacheSize "Cache size"
#define MSGTR_GUI_Cancel "Cancel"
+#define MSGTR_GUI_CantLoadFont MSGTR_CantLoadFont
+#define MSGTR_GUI_CantLoadSub MSGTR_CantLoadSub
#define MSGTR_GUI_CD "CD"
#define MSGTR_GUI_Center "Center"
#define MSGTR_GUI_Channel1 "Channel 1"
@@ -560,6 +562,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_Codecs "Codecs"
#define MSGTR_GUI_CodecsAndLibraries "Codecs and third party libraries"
#define MSGTR_GUI_Coefficient "Coefficient"
+#define MSGTR_GUI_ConfigFileError MSGTR_ConfigFileError
#define MSGTR_GUI_Configure "Configure"
#define MSGTR_GUI_ConfigureDriver "Configure driver"
#define MSGTR_GUI_Contrast "Contrast"
@@ -691,6 +694,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_Information "Information"
#define MSGTR_GUI_Lavc "lavc (realtime mpeg1 encoding)"
#define MSGTR_GUI_MaximumUsageSpareCPU "Maximum usage of spare CPU time"
+#define MSGTR_GUI_MemAllocFailed MSGTR_MemAllocFailed
#define MSGTR_GUI_Minimize "Minimize"
#define MSGTR_GUI_Miscellaneous "Misc"
#define MSGTR_GUI_Mixer "Mixer"
@@ -841,11 +845,14 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_Video "Video"
#define MSGTR_GUI_VideoEncoder "Video encoder"
#define MSGTR_GUI_VideoTracks "Video tracks"
+#define MSGTR_GUI_Volume MSGTR_Volume
#define MSGTR_GUI_Warning "Warning"
#define MSGTR_GUI_WIN32_AddFile "Add file"
#define MSGTR_GUI_WIN32_AddURL "Add URL"
+#define MSGTR_GUI_WIN32_CantLoadSub MSGTR_CantLoadSub
#define MSGTR_GUI_WIN32_Close "Close"
+#define MSGTR_GUI_WIN32_ConfigFileError MSGTR_ConfigFileError
#define MSGTR_GUI_WIN32_DebugConsole "Debug Console"
#define MSGTR_GUI_WIN32_Defaults "Defaults"
#define MSGTR_GUI_WIN32_DirectoryList "Directory list"
More information about the MPlayer-DOCS
mailing list