diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-08 01:33:53 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-08 01:33:53 +0000 |
commit | ee416a5f3de03a689247a290077e7fdf451e1a23 (patch) | |
tree | f456df99f954919ac7a425606df51f010aa4ef2d /src/gui/npc.cpp | |
parent | 4070dda1560bc729c3e272f0a5c03d77391e2661 (diff) | |
download | mana-client-ee416a5f3de03a689247a290077e7fdf451e1a23.tar.gz mana-client-ee416a5f3de03a689247a290077e7fdf451e1a23.tar.bz2 mana-client-ee416a5f3de03a689247a290077e7fdf451e1a23.tar.xz mana-client-ee416a5f3de03a689247a290077e7fdf451e1a23.zip |
Well improved window container and window widgets a bit, and made a start
on support for modal dialogs. Still some issues to work out. Tell me if you
experience something unsettling.
Diffstat (limited to 'src/gui/npc.cpp')
-rw-r--r-- | src/gui/npc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/npc.cpp b/src/gui/npc.cpp index fbb55d65..73e1393a 100644 --- a/src/gui/npc.cpp +++ b/src/gui/npc.cpp @@ -27,8 +27,8 @@ #include "listbox.h" #include "../game.h" -NpcListDialog::NpcListDialog(gcn::Container *parent): - Window(parent, "NPC") +NpcListDialog::NpcListDialog(): + Window("NPC") { itemList = new ListBox(this); scrollArea = new ScrollArea(itemList); |