]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Documentation fixes, patch 1179223 by Andreas Mohr
[wxWidgets.git] / include / wx / listbox.h
index 7c46b0cca5e9388f3ad223390eb726e11e56af0d..e4931b0b5ee8beddc72d41a056b79b0f61313686 100644 (file)
@@ -47,7 +47,7 @@ public:
     virtual ~wxListBoxBase();
 
     // all generic methods are in wxControlWithItems, except for the following
-    // ones which are not yet implemented by wxChoice/wxCombobox
+    // ones which are not yet implemented by wxChoice/wxComboBox
     void Insert(const wxString& item, int pos)
         { DoInsert(item, pos); }
     void Insert(const wxString& item, int pos, void *clientData)