[MPlayer-cvslog] CVS: main/Gui/mplayer/gtk eq.c,1.18,1.19
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Sun Apr 9 15:47:46 CEST 2006
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var2/tmp/cvs-serv29168/Gui/mplayer/gtk
Modified Files:
eq.c
Log Message:
the title of this window was not localized => added new en and ru strings, based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>
Index: eq.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/eq.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- eq.c 9 Dec 2005 12:51:13 -0000 1.18
+++ eq.c 9 Apr 2006 13:47:44 -0000 1.19
@@ -564,7 +564,7 @@
gtk_object_set_data( GTK_OBJECT( EquConfig ),"EquConfig",EquConfig );
gtk_widget_set_usize( EquConfig,350,198 );
GTK_WIDGET_SET_FLAGS( EquConfig,GTK_CAN_DEFAULT );
- gtk_window_set_title( GTK_WINDOW( EquConfig ),"Configure Equalizer" );
+ gtk_window_set_title( GTK_WINDOW( EquConfig ),MSGTR_ConfigureEqualizer );
gtk_window_set_position( GTK_WINDOW( EquConfig ),GTK_WIN_POS_CENTER );
// gtk_window_set_modal( GTK_WINDOW( EquConfig ),TRUE );
gtk_window_set_policy( GTK_WINDOW( EquConfig ),FALSE,FALSE,FALSE );
More information about the MPlayer-cvslog
mailing list