]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/combobox.cpp
corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
[wxWidgets.git] / src / msw / combobox.cpp
index 6e07138a377d2014ba7269bdd00cdbed29b29643..cc082448e1435ea2a51d41c1c1cb096520024815 100644 (file)
@@ -573,7 +573,7 @@ void wxComboBox::SetSelection(long from, long to)
     long fromChar = from;
     long toChar = to;
     // 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 ((from == -1) && (to == -1))
     {