summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-09-28 21:26:23 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-09-28 21:26:23 +0000
commiteb8dc37bfa07e1185308bc8d4748d92c69af1783 (patch)
tree43f8b726cc7f2c071c0641fdacb187c747aaaf5a /src/gui/skill.cpp
parente93e064373c382b80ecb37919335fbfe424efeea (diff)
downloadmana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.gz
mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.bz2
mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.xz
mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.zip
Save and load X, Y, Height, and Width to useful wins.
Diffstat (limited to 'src/gui/skill.cpp')
-rw-r--r--src/gui/skill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 6b33bf36..2e9b91a5 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -64,7 +64,7 @@ SkillDialog::SkillDialog():
Window("Skills"),
skillPoints(0)
{
- setName("Skills");
+ setWindowName("Skills");
skillListBox = new ListBox(this);
skillScrollArea = new ScrollArea(skillListBox);