diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-19 19:33:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-19 19:45:23 +0300 |
commit | 479e8a53ec90c19890dfb4b3746c4453769d806a (patch) | |
tree | 1d6499dd44145107e0d28dc4e3fbd96a214d4d7c /src/gui/textcommandeditor.h | |
parent | 5583ed6cb475a3fbc717f717971f0887ecc0226a (diff) | |
download | plus-479e8a53ec90c19890dfb4b3746c4453769d806a.tar.gz plus-479e8a53ec90c19890dfb4b3746c4453769d806a.tar.bz2 plus-479e8a53ec90c19890dfb4b3746c4453769d806a.tar.xz plus-479e8a53ec90c19890dfb4b3746c4453769d806a.zip |
Add comment field to spells/commands.
Diffstat (limited to 'src/gui/textcommandeditor.h')
-rw-r--r-- | src/gui/textcommandeditor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h index 236c42320..9239481b7 100644 --- a/src/gui/textcommandeditor.h +++ b/src/gui/textcommandeditor.h @@ -84,6 +84,10 @@ class TextCommandEditor : public Window, public gcn::ActionListener TextField *mSymbolTextField; Label *mCommandLabel; TextField *mCommandTextField; + + Label *mCommentLabel; + TextField *mCommentTextField; + Label *mTypeLabel; DropDown *mTypeDropDown; Label *mIconLabel; |