r38555 - in trunk: gui/dialog/dialog.c help/help_mp-de.h help/help_mp-en.h help/help_mp-ru.h
Author: ib Date: Fri Jun 14 13:01:38 2024 New Revision: 38555 Log: Remove dead code. FillSkinList() always returns True. Modified: trunk/help/help_mp-de.h trunk/help/help_mp-ru.h Changes in other areas also in this revision: Modified: trunk/gui/dialog/dialog.c trunk/help/help_mp-en.h Modified: trunk/help/help_mp-de.h ============================================================================== --- trunk/help/help_mp-de.h Sun Jun 9 14:47:39 2024 (r38554) +++ trunk/help/help_mp-de.h Fri Jun 14 13:01:38 2024 (r38555) @@ -935,7 +935,6 @@ static const char help_text[] = MSGTR_He #define MSGTR_GUI_MSG_SkinCfgError "Verarbeitungsfehler in der Konfigurationsdatei des Skins »%s«\n" #define MSGTR_GUI_MSG_SkinCfgNotFound "Skin »%s« nicht gefunden.\n" #define MSGTR_GUI_MSG_SkinCfgSelectedNotFound "Gewählter Skin »%s« nicht gefunden, es wird Skin »default« versucht ...\n" -#define MSGTR_GUI_MSG_SkinDirNotFound "Kein Skin-Verzeichnis gefunden! Bitte einen Skin installieren." #define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Die Farbtiefe von %s beträgt 16 bpp oder weniger, was nicht unterstützt wird.\n" #define MSGTR_GUI_MSG_SkinErrorDefault "Vorgabewert (%d) außerhalb des Wertebereichs\n" #define MSGTR_GUI_MSG_SkinErrorItem "Dieses Element wird in »%s« nicht unterstützt.\n" Modified: trunk/help/help_mp-ru.h ============================================================================== --- trunk/help/help_mp-ru.h Sun Jun 9 14:47:39 2024 (r38554) +++ trunk/help/help_mp-ru.h Fri Jun 14 13:01:38 2024 (r38555) @@ -721,7 +721,6 @@ static const char help_text[] = MSGTR_He #define MSGTR_GUI_MSG_SkinCfgError "Ошибка обработки конфигурационного файла с оболочкой «%s»\n" #define MSGTR_GUI_MSG_SkinCfgNotFound "Оболочка не найдена (%s).\n" #define MSGTR_GUI_MSG_SkinCfgSelectedNotFound "Выбранная оболочка «%s» не найдена, попытка загрузки оболочки «по умолчанию»…\n" -#define MSGTR_GUI_MSG_SkinDirNotFound "Не удалось найти каталог оболочки! Установите оболочку." #define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Глубина битовой матрицы в 16 бит и меньше не поддерживается (%s).\n" #define MSGTR_GUI_MSG_SkinErrorDefault "Значение по умолчанию (%d) выходит за пределы диапазона\n" #define MSGTR_GUI_MSG_SkinErrorItem "Данный элемент не поддерживается «%s».\n"
participants (1)
-
ib