Merge pull request #3500 from Atlante45/fix_chat_shortcut

Fix chat shortcut
This commit is contained in:
Brad Hefta-Gaub 2014-09-26 20:39:07 -07:00
commit e751605647

View file

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