From b7051a9adb6eeced2ce5fc120c53308751386fff Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 17 Dec 2017 09:16:00 +0100 Subject: [PATCH] Fix misused wxGTK_CONV --- src/gtk/infobar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/infobar.cpp b/src/gtk/infobar.cpp index 672f4a448c..f918415505 100644 --- a/src/gtk/infobar.cpp +++ b/src/gtk/infobar.cpp @@ -214,7 +214,7 @@ GtkWidget *wxInfoBar::GTKAddButton(wxWindowID btnid, const wxString& label) #if defined(__WXGTK3__) && GTK_CHECK_VERSION(3,10,0) wxGTK_CONV(wxConvertMnemonicsToGTK(wxGetStockLabel(btnid))) #else - wxGTK_CONV(wxGetStockGtkID(btnid) + wxGetStockGtkID(btnid) #endif // GTK >= 3.10 / < 3.10 : wxGTK_CONV(label), btnid