summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-07 22:09:11 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-07 22:09:11 +0300
commitb7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 (patch)
treeee27a5a1ace7e5dbc588466dc623013e4d5cea99 /src/gui/npcdialog.h
parent7d3059516fc25134d0d29b497e546f2846162399 (diff)
downloadManaVerse-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.gz
ManaVerse-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.bz2
ManaVerse-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.tar.xz
ManaVerse-b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2.zip
Improve constructors in some classes.
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r--src/gui/npcdialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h
index 2d7ed5149..02479c4b1 100644
--- a/src/gui/npcdialog.h
+++ b/src/gui/npcdialog.h
@@ -223,8 +223,8 @@ class NpcDialog : public Window, public gcn::ActionListener,
std::string mDefaultString;
// Used for the main input area
- gcn::ScrollArea *mScrollArea;
BrowserBox *mTextBox;
+ gcn::ScrollArea *mScrollArea;
//TextBox *mTextBox;
std::string mText;
std::string mNewText;
@@ -241,12 +241,10 @@ class NpcDialog : public Window, public gcn::ActionListener,
IntTextField *mIntField;
Button *mPlusButton;
Button *mMinusButton;
-
Button *mClearButton;
// Used for the button
Button *mButton;
-
Button *mButton2;
// Will reset the text and integer input to the provided default