]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/msgdlg.h
Move body of SetFocusOnCanvas to .cpp file
[wxWidgets.git] / include / wx / gtk / msgdlg.h
index 955a2bfdec4cc02257affb38053b61c8e019afd0..cb3c49c772a1326521cdae951eecf434480e44a6 100644 (file)
@@ -39,8 +39,8 @@ private:
     virtual wxString GetDefaultOKLabel() const;
     virtual wxString GetDefaultCancelLabel() const;
 
-    // override to convert wx mnemonics to GTK+ ones
-    virtual void DoSetCustomLabel(wxString& var, const wxString& value);
+    // override to convert wx mnemonics to GTK+ ones and handle stock ids
+    virtual void DoSetCustomLabel(wxString& var, const ButtonLabel& label);
 
     // create the real GTK+ dialog: this is done from ShowModal() to allow
     // changing the message between constructing the dialog and showing it