]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
Fix for problem with wxGetFileKind on WinCE
[wxWidgets.git] / include / wx / sizer.h
index c38c47a0ef7932a565acbc9bff4813b0af94857f..c245371191ac01e95401d51980674258b2c2298c 100644 (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; }