]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/combobox.cpp
don't waste time initializing the memory of newly created wxImage before filling...
[wxWidgets.git] / src / univ / combobox.cpp
index 83ecde8dc1266749838e93fd2741802828a1f64c..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;