[MPlayer-translations] r38521 - in trunk: gui/dialog/fileselect.c gui/gtk-compat.h gui/win32/dialogs.c help/help_mp-de.h help/help_mp-en.h help/help_mp-ru.h help/help_mp-zh_CN.h

ib subversion at mplayerhq.hu
Sun May 12 20:04:17 EEST 2024


Author: ib
Date: Sun May 12 20:04:17 2024
New Revision: 38521

Log:
Work around a bug in gtk_button_set_image().

Up to GTK+ 2.8.14, gtk_button_set_image() does not display an image
if the button does not also have a label.

This reverts most of svn r38487.

Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-ru.h
   trunk/help/help_mp-zh_CN.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/dialog/fileselect.c
   trunk/gui/gtk-compat.h
   trunk/gui/win32/dialogs.c
   trunk/help/help_mp-en.h

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Sun May 12 20:00:22 2024	(r38520)
+++ trunk/help/help_mp-de.h	Sun May 12 20:04:17 2024	(r38521)
@@ -1051,7 +1051,6 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_TurnOffXScreenSaver "XScreenSaver abschalten"
 #define MSGTR_GUI_TV "TV"
 #define MSGTR_GUI_Unknown "Unbekannt"
-#define MSGTR_GUI_Up "Hoch"
 #define MSGTR_GUI_URL "URL"
 #define MSGTR_GUI_VCD "VCD"
 #define MSGTR_GUI_Video "Video"
@@ -1086,6 +1085,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_WIN32_SelectTitleChapter "Titel/Kapitel wählen"
 #define MSGTR_GUI_WIN32_ShowHide "Ein-/Ausblenden"
 #define MSGTR_GUI_WIN32_SubtitleOnOff "Untertitel-Anzeige ein/aus"
+#define MSGTR_GUI_WIN32_Up "Hoch"
 
 // ======================= Videoausgabetreiber ========================
 

Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h	Sun May 12 20:00:22 2024	(r38520)
+++ trunk/help/help_mp-ru.h	Sun May 12 20:04:17 2024	(r38521)
@@ -837,7 +837,6 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_TurnOffXScreenSaver "Останавливать XScreenSaver"
 #define MSGTR_GUI_TV "ТВ"
 #define MSGTR_GUI_Unknown "Неизвестный"
-#define MSGTR_GUI_Up "Вверх"
 #define MSGTR_GUI_URL "URL-адрес"
 #define MSGTR_GUI_VCD "VCD"
 #define MSGTR_GUI_Video "Видео"
@@ -872,6 +871,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_WIN32_SelectTitleChapter "Выбрать ролик/раздел"
 #define MSGTR_GUI_WIN32_ShowHide "Показать/Скрыть"
 #define MSGTR_GUI_WIN32_SubtitleOnOff "Показывать субтитры вкл/выкл"
+#define MSGTR_GUI_WIN32_Up "Вверх"
 
 // ======================= video output drivers ========================
 

Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h	Sun May 12 20:00:22 2024	(r38520)
+++ trunk/help/help_mp-zh_CN.h	Sun May 12 20:04:17 2024	(r38521)
@@ -823,7 +823,6 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_TurnOffXScreenSaver "关闭 XScreenSaver 屏保"
 #define MSGTR_GUI_TV "电视"
 #define MSGTR_GUI_Unknown "未知"
-#define MSGTR_GUI_Up "向上"
 #define MSGTR_GUI_URL "网络链接"
 #define MSGTR_GUI_VCD "VCD"
 #define MSGTR_GUI_Video "视频"
@@ -858,6 +857,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_WIN32_SelectTitleChapter "选择标题/章节"
 #define MSGTR_GUI_WIN32_ShowHide "显示/隐藏"
 #define MSGTR_GUI_WIN32_SubtitleOnOff "显示字幕开/关"
+#define MSGTR_GUI_WIN32_Up "向上"
 
 // ======================= video output drivers ========================
 


More information about the MPlayer-translations mailing list