Fix chat shortcut

This commit is contained in:
Atlante45 2014-09-26 20:11:14 -07:00
parent 533d59becc
commit 7d78584aee

View file

@ -231,7 +231,7 @@ Menu::Menu() :
#ifdef HAVE_QXMPP
_chatAction = addActionToQMenuAndActionHash(toolsMenu,
MenuOption::Chat,
0,
Qt::Key_Backslash,
this,
SLOT(showChat()));