comparison Gui/cfg.c @ 18335:5766a9d21992

Rename some misspelled and misnamed messages.
author diego
date Fri, 28 Apr 2006 23:06:42 +0000
parents 0e1471d9da74
children e60c8c7399d2
comparison
equal deleted inserted replaced
18334:c587bb06edaa 18335:5766a9d21992
216 mp_msg( MSGT_GPLAYER,MSGL_V,"[cfg] reading config file: %s\n",cfg ); 216 mp_msg( MSGT_GPLAYER,MSGL_V,"[cfg] reading config file: %s\n",cfg );
217 gui_conf=m_config_new(); 217 gui_conf=m_config_new();
218 m_config_register_options( gui_conf,gui_opts ); 218 m_config_register_options( gui_conf,gui_opts );
219 if ( m_config_parse_config_file( gui_conf,cfg ) < 0 ) 219 if ( m_config_parse_config_file( gui_conf,cfg ) < 0 )
220 { 220 {
221 mp_msg( MSGT_GPLAYER,MSGL_FATAL,MSGTR_ConfigfileError ); 221 mp_msg( MSGT_GPLAYER,MSGL_FATAL,MSGTR_ConfigFileError );
222 // exit( 1 ); 222 // exit( 1 );
223 } 223 }
224 free( cfg ); 224 free( cfg );
225 225
226 // -- read pl 226 // -- read pl