We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd55268 commit 9151d2eCopy full SHA for 9151d2e
PythonScript/src/HelpController.cpp
@@ -47,7 +47,7 @@ std::wstring HelpController::getFilename()
47
{
48
TCHAR helpPath[MAX_PATH];
49
::SendMessage(m_hNotepad, NPPM_GETNPPDIRECTORY, MAX_PATH, reinterpret_cast<LPARAM>(helpPath));
50
- _tcscat_s(helpPath, MAX_PATH, _T("\\plugins\\PythonScript\\doc\\PythonScript"));
+ _tcscat_s(helpPath, MAX_PATH, _T("\\plugins\\PythonScript\\doc"));
51
52
if (::PathFileExists(helpPath))
53
0 commit comments