projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
HP-UX fix: removed unneeded call to sed(patch #1005025)
[wxWidgets.git]
/
src
/
os2
/
textctrl.cpp
diff --git
a/src/os2/textctrl.cpp
b/src/os2/textctrl.cpp
index c6bd6d1dd642aff6bc3309521fdb0f768f4f588f..e4b53da39162d309ad0a3cba656860a01971d634 100644
(file)
--- a/
src/os2/textctrl.cpp
+++ b/
src/os2/textctrl.cpp
@@
-663,7
+663,7
@@
void wxTextCtrl::SetSelection(
long lToChar = lTo;
//
long lToChar = lTo;
//
- // If from and to are both -1, it means (in wxWi
ndow
s) that all text should
+ // If from and to are both -1, it means (in wxWi
dget
s) that all text should
// be selected. Translate into Windows convention
//
if ((lFrom == -1L) && (lTo == -1L))
// be selected. Translate into Windows convention
//
if ((lFrom == -1L) && (lTo == -1L))