]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/combobox.cpp
added MLTE support for 10.2 via classic implementation
[wxWidgets.git] / src / univ / combobox.cpp
index 6c3be430e55b27f6f2a82ae27fda0adf7071e668..494df2c0b84adea6972f7cd88dad4777e84a09c8 100644 (file)
@@ -280,7 +280,7 @@ wxComboControl::~wxComboControl()
 {
     // as the button and the text control are the parent's children and not
     // ours, we have to delete them manually - they are not deleted
-    // automatically by wxWindows when we're deleted
+    // automatically by wxWidgets when we're deleted
     delete m_btn;
     delete m_text;
 
@@ -694,7 +694,7 @@ bool wxComboBox::Create(wxWindow *parent,
                         const wxPoint& pos,
                         const wxSize& size,
                         int n,
-                        const wxString *choices,
+                        const wxString choices[],
                         long style,
                         const wxValidator& validator,
                         const wxString& name)