aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-06-28 07:06:20 +0000
committernyamatongwe <unknown>2000-06-28 07:06:20 +0000
commit0be67f648ca793bb4ebb75cb2fa8f59e664beae3 (patch)
treecc2d07690eb59c8333076143f01db1a851a9b2e1
parentda79f00b93e0a2af74a5cd8db53b6768129c2ebf (diff)
downloadscintilla-mirror-0be67f648ca793bb4ebb75cb2fa8f59e664beae3.tar.gz
Fixed SetCaretFore to be a set rather than a fun.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 36828e68e..5c589390c 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -320,7 +320,7 @@ fun void SetSelFore=2067(bool useSetting, colour fore)
fun void SetSelBack=2068(bool useSetting, colour back)
# Set the foreground colour of the caret.
-fun void SetCaretFore=2069(colour fore,)
+set void SetCaretFore=2069(colour fore,)
# When key+modifier combination km is pressed perform msg.
fun void AssignCmdKey=2070(keymod km, int msg)