summaryrefslogtreecommitdiff
path: root/src/actions/windows.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-28 21:44:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-28 21:49:37 +0300
commita83513ef88a9cfca8692db9176b68ddeea71931f (patch)
tree1d01876eb230a36d5c5f98cddd9c57e2476150ab /src/actions/windows.cpp
parentcfc84945c9cee7d42accdad39ff387738a3d32ac (diff)
downloadplus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.gz
plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.bz2
plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.xz
plus-a83513ef88a9cfca8692db9176b68ddeea71931f.zip
Fix code style.
Diffstat (limited to 'src/actions/windows.cpp')
-rw-r--r--src/actions/windows.cpp2
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);