aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-05-02 22:30:19 +0000
committernyamatongwe <unknown>2000-05-02 22:30:19 +0000
commit8a1bdb60a628c895d4c51291aa3725770c0db53a (patch)
treeb61dcd43fd526aa1efbf09d4219200e6a5ffb765 /src
parent57207d991410cc121833889f20075bff07f3baa3 (diff)
downloadscintilla-mirror-8a1bdb60a628c895d4c51291aa3725770c0db53a.tar.gz
Small touch ups - removal of unused definitions, fixing documentation.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 2dd329fa3..3b53f806f 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -3031,7 +3031,7 @@ LRESULT Editor::WndProc(UINT iMessage, WPARAM wParam, LPARAM lParam) {
case EM_SETWORDBREAKPROC:
break;
- case EM_LIMITTEXT:
+ case EM_SETLIMITTEXT:
// wParam holds the number of characters control should be limited to
break;