diff options
author | nyamatongwe <unknown> | 2004-08-08 00:33:23 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-08-08 00:33:23 +0000 |
commit | 6cf668234ff7f4d2c8d4e84f248087c83d16913f (patch) | |
tree | 340008139231ee1c12401a04eb69700f8c2eefcf /src/CallTip.h | |
parent | 476d6fc270323155507763b4ea7c5f58cb748332 (diff) | |
download | scintilla-mirror-6cf668234ff7f4d2c8d4e84f248087c83d16913f.tar.gz |
Patch from Niki Spahiev to use correct character set in calltips.
Diffstat (limited to 'src/CallTip.h')
-rw-r--r-- | src/CallTip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index ffaedb077..feff7ea0b 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -52,7 +52,8 @@ public: /// Setup the calltip and return a rectangle of the area required. PRectangle CallTipStart(int pos, Point pt, const char *defn, - const char *faceName, int size, int codePage_, Window &wParent); + const char *faceName, int size, int codePage_, + int characterSet, Window &wParent); void CallTipCancel(); |