]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/assertdlg_gtk.cpp
adding raw_control for osx
[wxWidgets.git] / src / gtk / assertdlg_gtk.cpp
index c1902fae8ff79158017f8f967c4110759d2f53c2..0deb8617ef0ef48e3b39e60f518ee974175bfdac 100644 (file)
@@ -353,8 +353,8 @@ static void gtk_assert_dialog_init(GtkAssertDialog* dlg)
     dlg->callback = NULL;
     dlg->userdata = NULL;
 
-    /* the resizeable property of this window is modified by the expander:
-       when it's collapsed, the window must be non-resizeable! */
+    /* the resizable property of this window is modified by the expander:
+       when it's collapsed, the window must be non-resizable! */
     gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
     gtk_widget_pop_composite_child ();
     gtk_widget_show_all (GTK_WIDGET(dlg));