]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
Typos fixed.
[wxWidgets.git] / samples / dialogs / dialogs.h
index d3745c423c310d304ce8a66d00e7b5e4a218979d..3141b2fd4b85d639f06235bd9abf812946facd31 100644 (file)
@@ -26,7 +26,6 @@ class MyFrame: public wxFrame
 { public:
     MyFrame(wxWindow *parent, const wxString& title, const wxPoint& pos,
                const wxSize& size);
-    bool OnClose(void) { return TRUE; }
 
        void ChooseColour(wxCommandEvent& event);
        void ChooseFont(wxCommandEvent& event);
@@ -37,7 +36,7 @@ class MyFrame: public wxFrame
     void FileSave(wxCommandEvent& event);
     void DirChoose(wxCommandEvent& event);
 
-#if !defined(__WXMSW__) || USE_GENERIC_DIALOGS_IN_MSW
+#if !defined(__WXMSW__) || wxTEST_GENERIC_DIALOGS_IN_MSW
        void ChooseColourGeneric(wxCommandEvent& event);
        void ChooseFontGeneric(wxCommandEvent& event);
 #endif