]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
more 64 bit correctness fixes
[wxWidgets.git] / src / os2 / textctrl.cpp
index c6bd6d1dd642aff6bc3309521fdb0f768f4f588f..e4b53da39162d309ad0a3cba656860a01971d634 100644 (file)
@@ -663,7 +663,7 @@ void wxTextCtrl::SetSelection(
     long                            lToChar = lTo;
 
     //
-    // If from and to are both -1, it means (in wxWindows) that all text should
+    // If from and to are both -1, it means (in wxWidgets) that all text should
     // be selected. Translate into Windows convention
     //
     if ((lFrom == -1L) && (lTo == -1L))