mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 23:26:25 +02:00
Fix chat shortcut
This commit is contained in:
parent
533d59becc
commit
7d78584aee
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ Menu::Menu() :
|
|||
#ifdef HAVE_QXMPP
|
||||
_chatAction = addActionToQMenuAndActionHash(toolsMenu,
|
||||
MenuOption::Chat,
|
||||
0,
|
||||
Qt::Key_Backslash,
|
||||
this,
|
||||
SLOT(showChat()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue