diff options
author | Zufu Liu <unknown> | 2021-04-21 06:34:26 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2021-04-21 06:34:26 +1000 |
commit | 8cfdbd1ea37fa56bafa15760e966d9ade34b4471 (patch) | |
tree | d39440cb62df9abd0428b58057366a226bedf378 | |
parent | 37a05f796d8bb636873e411f24f94d8f37f4c51e (diff) | |
download | scintilla-mirror-8cfdbd1ea37fa56bafa15760e966d9ade34b4471.tar.gz |
Bug [#2027]. Fix GetFontLocale signature.
-rw-r--r-- | include/Scintilla.iface | 4 |
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 |