projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
non PCH compilation
[wxWidgets.git]
/
src
/
os2
/
textctrl.cpp
diff --git
a/src/os2/textctrl.cpp
b/src/os2/textctrl.cpp
index 88178bf957947bd4658105e7e3c7dd0390f10e8d..a3ae1dcb3e54c8f7e924e4d3bddba880e19ac74c 100644
(file)
--- a/
src/os2/textctrl.cpp
+++ b/
src/os2/textctrl.cpp
@@
-718,7
+718,7
@@
void wxTextCtrl::MarkDirty()
::WinSendMsg(GetHwnd(), MLM_SETCHANGED, MPFROMLONG(TRUE), 0);
else
// EM controls do not have a SETCHANGED, what can we do??
- wxFAIL_MSG(
_
T("not implemented") );
+ wxFAIL_MSG(
wx
T("not implemented") );
}
//