]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/colrdlgg.h
make wxS_DEFAULT consistend with standard Unix behaviour
[wxWidgets.git] / include / wx / generic / colrdlgg.h
index f82865066b868315e1534840913f800355fbce72..6229f6d1442456f45fc17569b330899e46c7560c 100644 (file)
@@ -116,7 +116,7 @@ class WXDLLEXPORT wxGenericColourDialog: public wxDialog
 DECLARE_EVENT_TABLE()
 };
 
-#ifdef __GTK__
+#ifdef __WXGTK__
 typedef wxGenericColourDialog wxColourDialog;
 #endif