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 3a361f1c9a
commit 9a12a5b4c2

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;