]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / gtk / listbox.cpp
index ad03aaaea59f9d7447da13eee76bcfab539c07a8..842f157f5c89dbe8e8604bfc96799aca0c5724c7 100644 (file)
@@ -375,7 +375,7 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
     }
 
 
     }
 
 
-    GtkScrolledWindowSetBorder(m_widget, style);
+    GTKScrolledWindowSetBorder(m_widget, style);
 
     m_treeview = GTK_TREE_VIEW( gtk_tree_view_new( ) );
 
 
     m_treeview = GTK_TREE_VIEW( gtk_tree_view_new( ) );