Configuring hotkeys with GUI

(I forgot to commit new language.cpp)
This commit is contained in:
Sofronius 2003-11-22 11:07:58 +00:00
parent c6cb1f09fd
commit 810e6c18bf

View file

@ -74,7 +74,7 @@ bool internal_set_language(const std::string& locale, config& cfg)
string_table[j->first] = j->second;
}
hotkey::add_hotkeys(**i);
hotkey::add_hotkeys(**i,false);
return true;
}
}
@ -115,4 +115,3 @@ std::string get_locale()
std::cerr << "locale could not be determined; defaulting to locale 'en'\n";
return "en";
}