Configuring hotkeys with GUI
(I forgot to commit new language.cpp)
This commit is contained in:
parent
c6cb1f09fd
commit
810e6c18bf
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue