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/gui/setup.h | |
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/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 3a6f66297..df99855e3 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -42,7 +42,7 @@ class SetupTab; * @see Setup_Audio * @see Setup_Colors * @see Setup_Joystick - * @see Setup_Keyboard + * @see Setup_Input * @see Setup_Players * @see Setup_Video * |