author | davipt <davipt> | 2002-06-28 13:36:05 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-28 13:36:05 (UTC) |
commit | d4626cc76127b7022c8555ea11afbb289714c851 (patch) (side-by-side diff) | |
tree | 3c4606b2574285f324c21ef78fd47ba6e55d8219 /inputmethods/keyboard/keyboardimpl.cpp | |
parent | a94b5ab5cee9922fc02deb14a252b0c998dde1f7 (diff) | |
download | opie-d4626cc76127b7022c8555ea11afbb289714c851.zip opie-d4626cc76127b7022c8555ea11afbb289714c851.tar.gz opie-d4626cc76127b7022c8555ea11afbb289714c851.tar.bz2 |
Fix bug #9 except that we need something else to translate keyboard names.
Diffstat (limited to 'inputmethods/keyboard/keyboardimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/keyboard/keyboardimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethods/keyboard/keyboardimpl.cpp b/inputmethods/keyboard/keyboardimpl.cpp index ea61272..56e6870 100644 --- a/inputmethods/keyboard/keyboardimpl.cpp +++ b/inputmethods/keyboard/keyboardimpl.cpp @@ -99,10 +99,10 @@ QPixmap *KeyboardImpl::icon() } QString KeyboardImpl::name() { - return qApp->translate( "InputMethods", "Keyboard" ); -// return qApp->translate( "InputMethods", "Opti" ); + // return qApp->translate( "InputMethods", "Keyboard" ); + return "Keyboard"; } void KeyboardImpl::onKeyPress( QObject *receiver, const char *slot ) { |