diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-10 03:12:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-10 03:12:42 +0300 |
commit | 9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835 (patch) | |
tree | 9f46ecd1e8d1e6511ed4a9b8f489c39228f3cfa4 /src/Makefile.am | |
parent | 2556c72eea6a7d28d543d991e5d5c519726028f0 (diff) | |
download | plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.tar.gz plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.tar.bz2 plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.tar.xz plus-9df03a10b72b7e8c3b5bcf9cc7b595dc9fc17835.zip |
Rename settings tab keyboard to input.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 90688a620..9c5db0ced 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -324,8 +324,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/setup_theme.h \ gui/setup_chat.cpp \ gui/setup_chat.h \ - gui/setup_keyboard.cpp \ - gui/setup_keyboard.h \ + gui/setup_input.cpp \ + gui/setup_input.h \ gui/setup_perfomance.cpp \ gui/setup_perfomance.h \ gui/setup_players.cpp \ |