From e93e064373c382b80ecb37919335fbfe424efeea Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 28 Sep 2005 20:09:25 +0000 Subject: Added window internal name to every window. Useful to later get and save X, Y, Height, and Width of these wins. --- src/gui/skill.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/skill.cpp') diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp index 72e89d55..6b33bf36 100644 --- a/src/gui/skill.cpp +++ b/src/gui/skill.cpp @@ -64,6 +64,8 @@ SkillDialog::SkillDialog(): Window("Skills"), skillPoints(0) { + setName("Skills"); + skillListBox = new ListBox(this); skillScrollArea = new ScrollArea(skillListBox); pointsLabel = new gcn::Label("Skill Points:"); -- cgit v1.2.3-70-g09d2