From ee416a5f3de03a689247a290077e7fdf451e1a23 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 8 Jan 2005 01:33:53 +0000 Subject: 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. --- src/gui/sell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/sell.cpp') diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index bdf6ec6d..d24daff3 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -30,8 +30,8 @@ #include -SellDialog::SellDialog(gcn::Container *parent): - Window(parent, "Sell") +SellDialog::SellDialog(): + Window("Sell") { itemList = new ListBox(this); scrollArea = new ScrollArea(itemList); -- cgit v1.2.3-70-g09d2