summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-28 23:06:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-28 23:06:42 +0000
commit3f62423f420cac789a8a8753511eab64225f5dfa (patch)
tree8a66427c4510b36ac90db4370bbd81e294bdb764 /Gui/cfg.c
parent5f7d83a8ee707ddb2e6b2d62164dab3a8194f5e3 (diff)
downloadmpv-3f62423f420cac789a8a8753511eab64225f5dfa.tar.bz2
mpv-3f62423f420cac789a8a8753511eab64225f5dfa.tar.xz
Rename some misspelled and misnamed messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
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 );