]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
fixed outdated filenames
[wxWidgets.git] / include / wx / msw / dialog.h
index 552f764fc809b9d9a9b3038af8cd2f65922cafc4..31326c37c773459063d3bf67aa1689601828eceb 100644 (file)
@@ -70,14 +70,11 @@ public:
     // returns TRUE if we're in a modal loop
     bool IsModalShowing() const;
 
-    // wxMSW only: remove the "Close" button from the dialog
-    bool EnableCloseButton(bool enable = TRUE);
-
     // implementation only from now on
     // -------------------------------
 
     // override some base class virtuals
-    virtual bool Show(bool show);
+    virtual bool Show(bool show = TRUE);
 
     // event handlers
     bool OnClose();