]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
wxToolTip
[wxWidgets.git] / samples / dialogs / dialogs.h
index aa5e5543ea28a81057ae907d4ba5e45140ca2fe1..ed541cc7e1c56095ccc141004e1b240a0abe9ff2 100644 (file)
@@ -37,7 +37,7 @@ class MyFrame: public wxFrame
     void FileSave(wxCommandEvent& event);
     void DirChoose(wxCommandEvent& event);
 
-#if !defined(__WXMSW__) || wxUSE_GENERIC_DIALOGS_IN_MSW
+#if !defined(__WXMSW__) || wxTEST_GENERIC_DIALOGS_IN_MSW
        void ChooseColourGeneric(wxCommandEvent& event);
        void ChooseFontGeneric(wxCommandEvent& event);
 #endif