diff options
Diffstat (limited to 'src/ScintillaBase.cxx')
| -rw-r--r-- | src/ScintillaBase.cxx | 2 | 
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. | 
