(svn r20059) -Feature: customizable hotkeys for the main window (the global hotkeys)
This commit is contained in:
@@ -74,7 +74,7 @@ struct Hotkey {
|
||||
|
||||
const uint16 *keycode = default_keycodes;
|
||||
while (*keycode != 0) {
|
||||
this->keycodes.Include(keycode);
|
||||
this->keycodes.Include(*keycode);
|
||||
keycode++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user