aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-07-22 01:00:20 +0000
committernyamatongwe <unknown>2004-07-22 01:00:20 +0000
commit37da1edc1e46647c03ce533e172b4e694aab2ecf (patch)
treee2b558e1dc8573974c40ada9d1334eefc0c8d4ea
parent04dcd10bd42f8efdf7ab690e2451ac3f1712a7c0 (diff)
downloadscintilla-mirror-37da1edc1e46647c03ce533e172b4e694aab2ecf.tar.gz
Fix for Unicode display of call tips.
-rw-r--r--src/ScintillaBase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx
index cc02674b3..066569f1d 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -360,7 +360,7 @@ void ScintillaBase::CallTipShow(Point pt, const char *defn) {
defn,
vs.styles[STYLE_DEFAULT].fontName,
vs.styles[STYLE_DEFAULT].sizeZoomed,
- IsUnicodeMode(),
+ CodePage(),
wMain);
// If the call-tip window would be out of the client
// space, adjust so it displays above the text.