]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colordlg.cpp
More comments about non-native GTH widgets.
[wxWidgets.git] / src / gtk / colordlg.cpp
index 4c14ef5dfc89832dfdda9ba78d6fd77022f0ab78..b264c991ca40c771829732df3237df87655210cc 100644 (file)
@@ -107,7 +107,7 @@ void wxColourDialog::ColourDataToDialog()
     wxGtkString pal(gtk_color_selection_palette_to_string(colors, n_colors));
 
     GtkSettings *settings = gtk_widget_get_settings(GTK_WIDGET(sel));
-    g_object_set(settings, "gtk-color-palette", pal, NULL);
+    g_object_set(settings, "gtk-color-palette", pal.c_str(), NULL);
 }
 
 void wxColourDialog::DialogToColourData()