diff options
author | nyamatongwe <devnull@localhost> | 2000-05-02 22:30:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-05-02 22:30:19 +0000 |
commit | 020609902772f9507fec9002a5c36417242d7c56 (patch) | |
tree | b61dcd43fd526aa1efbf09d4219200e6a5ffb765 /src | |
parent | 5a25cf8d92f57d363a940aa7e4fbeff7aa737bd8 (diff) | |
download | scintilla-mirror-020609902772f9507fec9002a5c36417242d7c56.tar.gz |
Small touch ups - removal of unused definitions, fixing documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
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; |