comparison gui/ui/gtk/fileselect.c @ 34854:5f876a4fa781

Enable translation of other file filter item.
author ib
date Mon, 21 May 2012 11:56:52 +0000
parents f6f1cfdaaccf
children 69db9f71d433
comparison
equal deleted inserted replaced
34853:f6f1cfdaaccf 34854:5f876a4fa781
110 }; 110 };
111 int fsLastSubtitleFilterSelected = -1; 111 int fsLastSubtitleFilterSelected = -1;
112 112
113 char * fsOtherFilterNames[][2] = 113 char * fsOtherFilterNames[][2] =
114 { 114 {
115 { "All files", "*" }, 115 { MSGTR_Filter_AllFiles, "*" },
116 { NULL,NULL } 116 { NULL,NULL }
117 }; 117 };
118 118
119 char * fsAudioFileNames[][2] = 119 char * fsAudioFileNames[][2] =
120 { 120 {