summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-23 14:36:51 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-23 14:36:51 +0000
commit3a9ae4770fcfec80c660fd9351ecea8c3c9bc913 (patch)
tree2f084acc77ac30724641fda88989fbb003b352e0 /src/gui/char_select.cpp
parentdb4fd250723ad6121059a71f1cac0e87eb91e695 (diff)
downloadMana-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.tar.gz
Mana-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.tar.bz2
Mana-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.tar.xz
Mana-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.zip
Skinned our beautiful text field back!
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index c88839f0..9084c6e9 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -20,6 +20,7 @@
*/
#include "char_select.h"
+#include "textfield.h"
#include "../graphic/graphic.h"
#include "../graphic/2xsai.h"
@@ -112,7 +113,7 @@ std::string curName;
CharCreateDialog::CharCreateDialog(gcn::Container *parent)
: Window(parent, "Create Character")
{
- nameField = new gcn::TextField("");
+ nameField = new TextField("");
nameLabel = new gcn::Label("Name:");
nextHairColorButton = new Button(">");
prevHairColorButton = new Button("<");