diff options
Diffstat (limited to 'gui/predictivedialog.cpp')
-rw-r--r-- | gui/predictivedialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp index b01e4950d5..b15bd5c97a 100644 --- a/gui/predictivedialog.cpp +++ b/gui/predictivedialog.cpp @@ -532,6 +532,8 @@ void PredictiveDialog::processButton(ButtonId button) { _temp[x] = buttons[_currentCode[x] - '1'][_repeatcount[x]]; _temp[_currentCode.size()] = 0; _currentWord = _temp; + default: + break; } } else if (button == kNextAct) { // next if (_mode == kModePre) { |