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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 959c1d5c6..2c60196e0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -321,8 +321,8 @@ SET(SRCS 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_relations.cpp |