diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index fa937c26..fa99039e 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -1966,7 +1966,7 @@ BOOL Notepad_plus::notify(SCNotification *notification) } #ifdef UNICODE WcharMbcsConvertor *wmc = WcharMbcsConvertor::getInstance(); - goToViewW = wmc->char2wchar(cloneToViewA, _nativeLangEncoding); + goToViewW = wmc->char2wchar(goToViewA, _nativeLangEncoding); cloneToViewW = wmc->char2wchar(cloneToViewA, _nativeLangEncoding); pGoToView = goToViewW.c_str(); pCloneToView = cloneToViewW.c_str();