[MPlayer-cvslog] CVS: main/Gui cfg.c,1.45,1.46
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Apr 29 01:06:42 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv23769/Gui
Modified Files:
cfg.c
Log Message:
Rename some misspelled and misnamed messages.
Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- cfg.c 8 Dec 2005 22:12:56 -0000 1.45
+++ cfg.c 28 Apr 2006 23:06:40 -0000 1.46
@@ -218,7 +218,7 @@
m_config_register_options( gui_conf,gui_opts );
if ( m_config_parse_config_file( gui_conf,cfg ) < 0 )
{
- mp_msg( MSGT_GPLAYER,MSGL_FATAL,MSGTR_ConfigfileError );
+ mp_msg( MSGT_GPLAYER,MSGL_FATAL,MSGTR_ConfigFileError );
// exit( 1 );
}
free( cfg );
More information about the MPlayer-cvslog
mailing list