diff options
author | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-04-11 11:18:28 (GMT) |
---|---|---|
committer | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-04-11 11:18:28 (GMT) |
commit | aa5be2cf2d0019a34855345e2497faa5c85c9fc7 (patch) | |
tree | 9563ec9688d9f00094797b15feef3daa3a9fefc4 /src/gui/inputmethod/qcoefepinputcontext_s60.cpp | |
parent | 32ae0efae56a7b17880955561462363e6b432f65 (diff) | |
parent | ce472d082a992547fdd51eb3eda2ee07d06802b6 (diff) | |
download | Qt-aa5be2cf2d0019a34855345e2497faa5c85c9fc7.zip Qt-aa5be2cf2d0019a34855345e2497faa5c85c9fc7.tar.gz Qt-aa5be2cf2d0019a34855345e2497faa5c85c9fc7.tar.bz2 |
Merge remote-tracking branch 'qt-releng-team/master'
Diffstat (limited to 'src/gui/inputmethod/qcoefepinputcontext_s60.cpp')
-rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_s60.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp index 2c70ade..3b5290c 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp +++ b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp @@ -726,6 +726,8 @@ void QCoeFepInputContext::applyHints(Qt::InputMethodHints hints) m_fepState->SetSpecialCharacterTableResourceId(R_AVKON_EMAIL_ADDR_SPECIAL_CHARACTER_TABLE_DIALOG); } else if (needsCharMap) { m_fepState->SetSpecialCharacterTableResourceId(R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG); + } else if ((hints & ImhFormattedNumbersOnly) || (hints & ImhDialableCharactersOnly)) { + m_fepState->SetSpecialCharacterTableResourceId(R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG); } else { m_fepState->SetSpecialCharacterTableResourceId(0); } |