KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION
This commit is contained in:
parent
6afac4e01e
commit
533f80282b
3 changed files with 3 additions and 3 deletions
|
@ -194,7 +194,7 @@ Common::Keymap *OSystem_SDL_Maemo::getGlobalKeymap() {
|
|||
|
||||
act = new Action(globalMap, "CLKM", _("Click Mode"));
|
||||
Event evt = Event();
|
||||
evt.type = EVENT_CUSTOM_BACKEND;
|
||||
evt.type = EVENT_CUSTOM_BACKEND_ACTION;
|
||||
evt.customType = Maemo::kEventClickMode;
|
||||
act->addEvent(evt);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue