diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-25 01:20:00 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-25 01:38:14 +0200 |
commit | 5322d978519f9d5677d2096e1167439c84b23cd1 (patch) | |
tree | dfe6324fb6d3b573290687716dd98e45efb76019 /src/spellshortcut.h | |
parent | 473dc9b1949ba7c51b59146815969b723a748d6d (diff) | |
download | plus-5322d978519f9d5677d2096e1167439c84b23cd1.tar.gz plus-5322d978519f9d5677d2096e1167439c84b23cd1.tar.bz2 plus-5322d978519f9d5677d2096e1167439c84b23cd1.tar.xz plus-5322d978519f9d5677d2096e1167439c84b23cd1.zip |
Add tabs to spells window. Now it 5 tabs.
Also dont save to configs default cell items for different item containers.
Diffstat (limited to 'src/spellshortcut.h')
-rw-r--r-- | src/spellshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellshortcut.h b/src/spellshortcut.h index 5210fc4dc..99f899eaa 100644 --- a/src/spellshortcut.h +++ b/src/spellshortcut.h @@ -81,7 +81,7 @@ class SpellShortcut { return mItems[index]; } private: - int mItems[SPELL_SHORTCUT_ITEMS]; /**< The items stored. */ + int mItems[SPELL_SHORTCUT_ITEMS * SPELL_SHORTCUT_TABS]; int mItemSelected; /**< The item held by cursor. */ }; |