summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index a2d6aeaa34..a120acaa5a 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -218,7 +218,7 @@ int cfg_read( void )
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 );