From subversion at mplayerhq.hu Fri Jun 14 13:01:39 2024 From: subversion at mplayerhq.hu (ib) Date: Fri, 14 Jun 2024 13:01:39 +0300 (EEST) Subject: [MPlayer-translations] r38555 - in trunk: gui/dialog/dialog.c help/help_mp-de.h help/help_mp-en.h help/help_mp-ru.h Message-ID: <20240614100139.975E368D614@ffbox0-bg.mplayerhq.hu> 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"