mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: #1498 Client fails to switch shortcut bars on ctrl + number hotkeys
This commit is contained in:
parent
dea53c49b1
commit
97a39698b8
1 changed files with 1 additions and 1 deletions
|
@ -1611,7 +1611,7 @@ public:
|
||||||
virtual void execute(CCtrlBase * /* pCaller */, const string &Params)
|
virtual void execute(CCtrlBase * /* pCaller */, const string &Params)
|
||||||
{
|
{
|
||||||
CInterfaceManager *pIM= CInterfaceManager::getInstance();
|
CInterfaceManager *pIM= CInterfaceManager::getInstance();
|
||||||
CCDBNodeLeaf *node= pIM->getDbProp("UI:PHRASE:SELECT_MEMORY_", false);
|
CCDBNodeLeaf *node= pIM->getDbProp("UI:PHRASE:SELECT_MEMORY", false);
|
||||||
if(node)
|
if(node)
|
||||||
{
|
{
|
||||||
sint32 val;
|
sint32 val;
|
||||||
|
|
Loading…
Reference in a new issue