r33164 - in trunk: gui/skin/skin.c help/help_mp-de.h help/help_mp-en.h
Author: ib Date: Thu Mar 31 11:09:54 2011 New Revision: 33164 Log: Add a check for unknown items. Issue error message in case of an unknown skin item. Modified: trunk/help/help_mp-de.h Changes in other areas also in this revision: Modified: trunk/gui/skin/skin.c trunk/help/help_mp-en.h Modified: trunk/help/help_mp-de.h ============================================================================== --- trunk/help/help_mp-de.h Thu Mar 31 11:03:53 2011 (r33163) +++ trunk/help/help_mp-de.h Thu Mar 31 11:09:54 2011 (r33164) @@ -775,6 +775,7 @@ static const char help_text[]= #define MSGTR_SKIN_ERROR_SECTION "Für '%s' wurde kein Abschnitt angegeben.\n" #define MSGTR_SKIN_ERROR_WINDOW "Für '%s' wurde kein Fenster angegeben.\n" #define MSGTR_SKIN_ERROR_ITEM "Dieses Element wird in '%s' nicht unterstützt.\n" +#define MSGTR_SKIN_UNKNOWN_ITEM "Unbekanntes Element '%s'\n" #define MSGTR_SKIN_UNKNOWN_NAME "Unbekannter Name '%s'\n" #define MSGTR_SKIN_SkinFileNotFound "Skin-Datei %s nicht gefunden.\n" #define MSGTR_SKIN_SkinFileNotReadable "Skin-Datei %s nicht lesbar.\n"
participants (1)
-
ib