Fixed: #1498 Client fails to switch shortcut bars on ctrl + number hotkeys

This commit is contained in:
kervala 2012-10-06 17:12:23 +02:00
parent dea53c49b1
commit 97a39698b8

View file

@ -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;