From 7da95c7f4da447876458a0b1a17736b9a2865844 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 May 2014 19:47:28 +0300 Subject: Move inputaction into separate file. --- src/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 5efbd08a9..59b19392d 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1846,12 +1846,12 @@ void Client::action(const ActionEvent &event) } else if (eventId == "help") { - inputManager.executeAction(Input::KEY_WINDOW_HELP); + inputManager.executeAction(InputAction::WINDOW_HELP); return; } else if (eventId == "about") { - inputManager.executeAction(Input::KEY_WINDOW_ABOUT); + inputManager.executeAction(InputAction::WINDOW_ABOUT); return; } else if (eventId == "Video") -- cgit v1.2.3-70-g09d2