[MPlayer-DOCS] r34958 - trunk/help/help_mp-en.h
iive
subversion at mplayerhq.hu
Tue May 22 02:59:41 CEST 2012
Author: iive
Date: Tue May 22 02:59:41 2012
New Revision: 34958
Log:
10l. Fix compilation with GUI enabled.
The string for MSGTR_Filter_MP4Files was not properly closed "",
causing it to break compilation in the file where it is used.
In this case fileselect.c
Bug reported on irc by oneforall2.
Modified:
trunk/help/help_mp-en.h
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h Tue May 22 00:56:37 2012 (r34957)
+++ trunk/help/help_mp-en.h Tue May 22 02:59:41 2012 (r34958)
@@ -576,7 +576,7 @@ static const char help_text[]=
#define MSGTR_Filter_DivXFiles "DivX files"
#define MSGTR_Filter_FlashVideo "Flash Video"
#define MSGTR_Filter_MP3Files "MP3 files"
-#define MSGTR_Filter_MP4Files "MP4 files
+#define MSGTR_Filter_MP4Files "MP4 files"
#define MSGTR_Filter_MPEGFiles "MPEG files"
#define MSGTR_Filter_MP2TS "MPEG-2 transport streams"
#define MSGTR_Filter_MatroskaMedia "Matroska media"
More information about the MPlayer-DOCS
mailing list