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

hg/feature/gsoc2013-dfighter
kervala 13 years ago
parent 3d50e0160d
commit 65a3946ea8

@ -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…
Cancel
Save