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