diff options
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index 0f8697f79..ad506e6d5 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -37,9 +37,9 @@ SpellShortcut *spellShortcut; -SpellShortcut::SpellShortcut() +SpellShortcut::SpellShortcut() : + mItemSelected(-1) { - mItemSelected = -1; load(); } |