wxStdButtonSizer Finalise --> Realize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-18 17:49:03 +00:00
parent 1181ee3f2d
commit 718903fe64
8 changed files with 11 additions and 11 deletions

View File

@@ -669,7 +669,7 @@ public:
// is set to _("Save") and m_buttonNegative is set to _("Don't Save")
// I wouldn't add any other hacks like that into here,
// but this one I can see being useful.
void Finalise();
void Realize();
wxButton *GetAffirmativeButton() const { return m_buttonAffirmative; }
wxButton *GetApplyButton() const { return m_buttonApply; }