diff options
Diffstat (limited to 'src/actions/windows.cpp')
-rw-r--r-- | src/actions/windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index 4fcde2a52..edbadd5d0 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -97,7 +97,7 @@ static bool showHelpPage(const std::string &page, const bool showHide) return false; } -impHandler0(helpWindowShow) +impHandler(helpWindowShow) { if (!chatWindow || !chatWindow->isInputFocused()) return showHelpPage("index", true); |