[MPlayer-cvslog] r34938 - in trunk: gui/ui/gtk/fileselect.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Mon May 21 12:03:57 CEST 2012


Author: ib
Date: Mon May 21 12:03:57 2012
New Revision: 34938

Log:
Enable translation of subtitle file filter items.

Modified:
   trunk/gui/ui/gtk/fileselect.c

Changes in other areas also in this revision:
Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-en.h

Modified: trunk/gui/ui/gtk/fileselect.c
==============================================================================
--- trunk/gui/ui/gtk/fileselect.c	Mon May 21 11:52:25 2012	(r34937)
+++ trunk/gui/ui/gtk/fileselect.c	Mon May 21 12:03:57 2012	(r34938)
@@ -104,8 +104,8 @@ char * fsSubtitleFilterNames[][2] =
            { "MicroDVD (*.sub)",                  "*.sub" },
            { "Text (*.txt)",                      "*.txt" },
            { "UTF (*.utf)",                       "*.utf" },
-           { "All subtitles",                     "*.aqt,*.ass,*.jss,*.rt,*.smi,*.srt,*.ssa,*.sub,*.txt,*.utf" },
-           { "All files",                         "*" },
+           { MSGTR_Filter_AllSubtitles,           "*.aqt,*.ass,*.jss,*.rt,*.smi,*.srt,*.ssa,*.sub,*.txt,*.utf" },
+           { MSGTR_Filter_AllFiles,               "*" },
 	   { NULL,NULL }
 	 };
 int fsLastSubtitleFilterSelected = -1;


More information about the MPlayer-cvslog mailing list