aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-11-30 08:04:05 +1100
committerNeil <nyamatongwe@gmail.com>2016-11-30 08:04:05 +1100
commit731f312f9d39c85087188b39c69c5cf654edfb13 (patch)
tree6408f4760d05ce06f0766c03994a3f9575a251b5
parentd2c7abab397926735f5a41ca17fd280a409e2940 (diff)
downloadscintilla-mirror-731f312f9d39c85087188b39c69c5cf654edfb13.tar.gz
Updated API to match conventions.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index df779982c..6b9a77f66 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1221,7 +1221,7 @@ val SC_FOLDDISPLAYTEXT_STANDARD=1
val SC_FOLDDISPLAYTEXT_BOXED=2
# Set the style of fold display text
-fun void foldDisplayTextSetStyle=2701(int style,)
+set void FoldDisplayTextSetStyle=2701(int style,)
enu FoldAction=SC_FOLDACTION_
val SC_FOLDACTION_CONTRACT=0