Skip to content

Commit 9151d2e

Browse files
committed
corrected wrong path to local help files in release 1.5.1
1 parent dd55268 commit 9151d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/HelpController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ std::wstring HelpController::getFilename()
4747
{
4848
TCHAR helpPath[MAX_PATH];
4949
::SendMessage(m_hNotepad, NPPM_GETNPPDIRECTORY, MAX_PATH, reinterpret_cast<LPARAM>(helpPath));
50-
_tcscat_s(helpPath, MAX_PATH, _T("\\plugins\\PythonScript\\doc\\PythonScript"));
50+
_tcscat_s(helpPath, MAX_PATH, _T("\\plugins\\PythonScript\\doc"));
5151

5252
if (::PathFileExists(helpPath))
5353
{

0 commit comments

Comments
 (0)