Fixed: #1498 Client fails to switch shortcut bars on ctrl + number hotkeys
This commit is contained in:
parent
3a361f1c9a
commit
9a12a5b4c2
1 changed files with 1 additions and 1 deletions
|
@ -1611,7 +1611,7 @@ public:
|
|||
virtual void execute(CCtrlBase * /* pCaller */, const string &Params)
|
||||
{
|
||||
CInterfaceManager *pIM= CInterfaceManager::getInstance();
|
||||
CCDBNodeLeaf *node= pIM->getDbProp("UI:PHRASE:SELECT_MEMORY_", false);
|
||||
CCDBNodeLeaf *node= pIM->getDbProp("UI:PHRASE:SELECT_MEMORY", false);
|
||||
if(node)
|
||||
{
|
||||
sint32 val;
|
||||
|
|
Loading…
Reference in a new issue