diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-14 22:29:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-11-14 22:29:12 +0900 |
commit | 8858fc1159edf35efa400315c11c095008536802 (patch) | |
tree | 249287984780e2e2339c532ce1140f5eb5ff743c /kcontrol/keys/main.cpp | |
parent | f8903b3564659e9ff2e8779610e56da6efaca4f0 (diff) | |
download | tdebase-8858fc1159edf35efa400315c11c095008536802.tar.gz tdebase-8858fc1159edf35efa400315c11c095008536802.zip |
Fixed help handbook sections for Regional & Accessibility. This relates to bug 1850.
Diffstat (limited to 'kcontrol/keys/main.cpp')
-rw-r--r-- | kcontrol/keys/main.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kcontrol/keys/main.cpp b/kcontrol/keys/main.cpp index 5fda60ca3..d002b667f 100644 --- a/kcontrol/keys/main.cpp +++ b/kcontrol/keys/main.cpp @@ -129,12 +129,10 @@ TQString KeyModule::handbookSection() const { int index = m_pTab->currentPageIndex(); if (index == 0) { - //return "key-bindings-intro"; - return TQString::null; + return "key-bindings-intro"; } else if (index == 1) { - //return "key-bindings-use"; - return TQString::null; + return "key-bindings-shortcuts"; } else if (index == 2) { return "key-bindings-modifiers"; |