diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-20 01:15:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-20 01:15:05 +0300 |
commit | 1554c23122a682e9d35e5dafd24f72d709eebf59 (patch) | |
tree | e71a5ecda824219005f07358ec8a1d8147eec60f /src/gui | |
parent | cac6971864965008456188f96008e5711d214a32 (diff) | |
download | plus-1554c23122a682e9d35e5dafd24f72d709eebf59.tar.gz plus-1554c23122a682e9d35e5dafd24f72d709eebf59.tar.bz2 plus-1554c23122a682e9d35e5dafd24f72d709eebf59.tar.xz plus-1554c23122a682e9d35e5dafd24f72d709eebf59.zip |
Fix "reset all keys" button in input settings.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup_input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_input.cpp b/src/gui/setup_input.cpp index 3bbdfcee4..48ec90124 100644 --- a/src/gui/setup_input.cpp +++ b/src/gui/setup_input.cpp @@ -257,7 +257,7 @@ void Setup_Input::action(const gcn::ActionEvent &event) } mAssignKeyButton->setEnabled(true); } - else if (id == "resetKeys") + else if (id == "resetkeys") { inputManager.resetKeys(); inputManager.update(); |