]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colordlg.cpp
the wx part knows better whether it has the focus (may be the embedded NSView, not...
[wxWidgets.git] / src / gtk / colordlg.cpp
index 0c606ca0186cc6241413b53fbfa55cf97196bf5e..eb8bdae88e502285a5ace50080180157acda7b3c 100644 (file)
@@ -54,7 +54,7 @@ bool wxColourDialog::Create(wxWindow *parent, wxColourData *data)
 
 #if wxUSE_LIBHILDON
     m_widget = hildon_color_selector_new(parentGTK);
-#elif wxUSE_LIBHILDON2 // !wxUSE_LIBHILDON 
+#elif wxUSE_LIBHILDON2 // !wxUSE_LIBHILDON
     m_widget = hildon_color_chooser_dialog_new();
 #else // !wxUSE_LIBHILDON && !wxUSE_LIBHILDON2
     wxString title(_("Choose colour"));