[MPlayer-DOCS] r38290 - in trunk: gui/app/cfg.c gui/win32/wincfg.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h h...

ib subversion at mplayerhq.hu
Mon Mar 1 16:00:41 EET 2021


Author: ib
Date: Mon Mar  1 16:00:41 2021
New Revision: 38290

Log:
Don't consider MSGTR_GUI_ConfigFileError to be a text constant.

Revise the definition of MSGTR_GUI_ConfigFileError and insert
the necessary newline there.

The same applies to MSGTR_GUI_WIN32_ConfigFileError.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/app/cfg.c
   trunk/gui/win32/wincfg.c
   trunk/help/help_mp-bg.h
   trunk/help/help_mp-cs.h
   trunk/help/help_mp-de.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-nl.h
   trunk/help/help_mp-pl.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	Mon Mar  1 15:56:54 2021	(r38289)
+++ trunk/help/help_mp-en.h	Mon Mar  1 16:00:41 2021	(r38290)
@@ -562,7 +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_ConfigFileError "Config file error\n"
 #define MSGTR_GUI_Configure "Configure"
 #define MSGTR_GUI_ConfigureDriver "Configure driver"
 #define MSGTR_GUI_Contrast "Contrast"
@@ -852,7 +852,7 @@ static const char help_text[] = MSGTR_He
 #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_ConfigFileError MSGTR_GUI_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