[MPlayer-DOCS] 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-en.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-de.h
   trunk/help/help_mp-ru.h
   trunk/help/help_mp-zh_CN.h

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Sun May 12 20:00:22 2024	(r38520)
+++ trunk/help/help_mp-en.h	Sun May 12 20:04:17 2024	(r38521)
@@ -842,7 +842,6 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_TurnOffXScreenSaver "Turn off XScreenSaver"
 #define MSGTR_GUI_TV "TV"
 #define MSGTR_GUI_Unknown "Unknown"
-#define MSGTR_GUI_Up "Up"
 #define MSGTR_GUI_URL "URL"
 #define MSGTR_GUI_VCD "VCD"
 #define MSGTR_GUI_Video "Video"
@@ -877,6 +876,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_WIN32_SelectTitleChapter "Select title/chapter"
 #define MSGTR_GUI_WIN32_ShowHide "Show/Hide"
 #define MSGTR_GUI_WIN32_SubtitleOnOff "Subtitle visibility on/off"
+#define MSGTR_GUI_WIN32_Up "Up"
 
 // ======================= video output drivers ========================
 


More information about the MPlayer-DOCS mailing list