X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d804ec694d2d120b40a28166b1a7d34401edfd9c..3c5487b14442ddbc6e43ee2f4475b5a6ba251fb1:/src/os2/combobox.cpp diff --git a/src/os2/combobox.cpp b/src/os2/combobox.cpp index 5017194242..3bc56e0c4d 100644 --- a/src/os2/combobox.cpp +++ b/src/os2/combobox.cpp @@ -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))