diff options
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index b2e2d64c0..aacdba366 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -83,7 +83,8 @@ class Setup_Input : public SetupTab gcn::Button *mAssignKeyButton; gcn::Button *mUnassignKeyButton; - gcn::Button *mMakeDefaultButton; + gcn::Button *mDefaultButton; + gcn::Button *mResetKeysButton; TabStrip *mTabs; bool mKeySetting; /**< flag to check if key being set. */ |