[MPlayer-cvslog] r33149 - in trunk: gui/skin/skin.c help/help_mp-de.h help/help_mp-en.h help/help_mp-zh_CN.h

ib subversion at mplayerhq.hu
Wed Mar 30 12:07:16 CEST 2011


Author: ib
Date: Wed Mar 30 12:07:15 2011
New Revision: 33149

Log:
Cosmetic: Rename error message.

The renaming allows usage at other places without sounding strange there.

Modified:
   trunk/gui/skin/skin.c

Changes in other areas also in this revision:
Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-en.h
   trunk/help/help_mp-zh_CN.h

Modified: trunk/gui/skin/skin.c
==============================================================================
--- trunk/gui/skin/skin.c	Tue Mar 29 21:42:05 2011	(r33148)
+++ trunk/gui/skin/skin.c	Wed Mar 30 12:07:15 2011	(r33149)
@@ -83,7 +83,7 @@ static int window_cmd(char *cmd)
 static int in_window(char *name)
 {
     if (strcmp(currWinName, name) == 0) {
-        skin_error(MSGTR_SKIN_ERROR_IN_WINDOW, name);
+        skin_error(MSGTR_SKIN_ERROR_ITEM, name);
         return 1;
     }
 
@@ -168,7 +168,7 @@ static int cmd_window(char *in)
         return 1;
 
     if (currWinName[0]) {
-        skin_error(MSGTR_SKIN_ERROR_IN_WINDOW, "window");
+        skin_error(MSGTR_SKIN_ERROR_ITEM, "window");
         return 1;
     }
 


More information about the MPlayer-cvslog mailing list