mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +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
|
#ifdef HAVE_QXMPP
|
||||||
_chatAction = addActionToQMenuAndActionHash(toolsMenu,
|
_chatAction = addActionToQMenuAndActionHash(toolsMenu,
|
||||||
MenuOption::Chat,
|
MenuOption::Chat,
|
||||||
0,
|
Qt::Key_Backslash,
|
||||||
this,
|
this,
|
||||||
SLOT(showChat()));
|
SLOT(showChat()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue