aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-24 06:36:21 +0000
committernyamatongwe <unknown>2000-07-24 06:36:21 +0000
commitc468c1d89f58a33f59ce192e57c2cb2536c6267c (patch)
tree8a882da89259ea87c084116b7ff58dc040d5dace /src/Editor.cxx
parentffa7426f0be1255a513e45881ad92b3b75367667 (diff)
downloadscintilla-mirror-c468c1d89f58a33f59ce192e57c2cb2536c6267c.tar.gz
Added SCI_CANPASTE.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 27dd57238..f3aac824f 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -3281,6 +3281,7 @@ long Editor::WndProc(unsigned int iMessage, unsigned long wParam, long lParam) {
return pdoc->IsReadOnly();
case EM_CANPASTE:
+ case SCI_CANPASTE:
return 1;
case EM_CHARFROMPOS: {