X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9276358892b129bbed2c52028b3485df02117918..0ca422ef4c7cfffd54d4b53d950362d00ae7b5d9:/include/wx/gtk/msgdlg.h diff --git a/include/wx/gtk/msgdlg.h b/include/wx/gtk/msgdlg.h index 955a2bfdec..cb3c49c772 100644 --- a/include/wx/gtk/msgdlg.h +++ b/include/wx/gtk/msgdlg.h @@ -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