[MPlayer-DOCS] r38487 - 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
Tue Apr 30 11:42:40 EEST 2024
Author: ib
Date: Tue Apr 30 11:42:40 2024
New Revision: 38487
Log:
Re-enable compilation with GTK+ version 2.4 (the minimum requirement).
gtk_button_set_image() is only available since GTK+ 2.6.
Use gtk_button_set_label() as a fallback.
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 Tue Apr 30 11:32:56 2024 (r38486)
+++ trunk/help/help_mp-en.h Tue Apr 30 11:42:40 2024 (r38487)
@@ -842,6 +842,7 @@ 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"
@@ -876,7 +877,6 @@ 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