From 37da1edc1e46647c03ce533e172b4e694aab2ecf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Jul 2004 01:00:20 +0000 Subject: Fix for Unicode display of call tips. --- src/ScintillaBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3