[MPlayer-cvslog] r33152 - in trunk: gui/skin/skin.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-pl.h ...
ib
subversion at mplayerhq.hu
Wed Mar 30 13:01:55 CEST 2011
Author: ib
Date: Wed Mar 30 13:01:55 2011
New Revision: 33152
Log:
Rename and revise error message.
This gives better information and allows usage at other places, too.
Modified:
trunk/gui/skin/skin.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-sk.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/gui/skin/skin.c
==============================================================================
--- trunk/gui/skin/skin.c Wed Mar 30 12:36:52 2011 (r33151)
+++ trunk/gui/skin/skin.c Wed Mar 30 13:01:55 2011 (r33152)
@@ -192,7 +192,7 @@ static int cmd_window(char *in)
currWinItemIdx = &appMPlayer.IndexOfMenuItems;
currWinItems = appMPlayer.menuItems;
} else
- skin_error(MSGTR_UNKNOWNWINDOWTYPE);
+ skin_error(MSGTR_SKIN_UNKNOWN_NAME, in);
mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "[skin] window: %s\n", currWinName);
More information about the MPlayer-cvslog
mailing list