aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 946ba1ec8..16f713b45 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -285,8 +285,8 @@ set void SetCodePage=2037(int codePage,)
# Set the locale for displaying text.
set void SetFontLocale=2760(, string localeName)
-# Set the locale for displaying text.
-set void GetFontLocale=2761(, stringresult localeName)
+# Get the locale for displaying text.
+get int GetFontLocale=2761(, stringresult localeName)
enu IMEInteraction=SC_IME_
val SC_IME_WINDOWED=0