]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/combobox.cpp
Optimized sizers to not call CalcMin more often than neccessary
[wxWidgets.git] / src / os2 / combobox.cpp
index 5017194242e359faf237370f172e3e1956ad46cb..3bc56e0c4d4ed03bc85bcb7f025bd066f97fa519 100644 (file)
@@ -334,7 +334,7 @@ void wxComboBox::SetSelection(
 
     //
     // If from and to are both -1, it means
-    // (in wxWindows) that all text should be selected.
+    // (in wxWidgets) that all text should be selected.
     // This translates into Windows convention
     //
     if ((lFrom == -1L) && (lTo == -1L))