summaryrefslogtreecommitdiff
path: root/src/gui/buysell.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-08 01:33:53 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-08 01:33:53 +0000
commitee416a5f3de03a689247a290077e7fdf451e1a23 (patch)
treef456df99f954919ac7a425606df51f010aa4ef2d /src/gui/buysell.cpp
parent4070dda1560bc729c3e272f0a5c03d77391e2661 (diff)
downloadMana-ee416a5f3de03a689247a290077e7fdf451e1a23.tar.gz
Mana-ee416a5f3de03a689247a290077e7fdf451e1a23.tar.bz2
Mana-ee416a5f3de03a689247a290077e7fdf451e1a23.tar.xz
Mana-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/buysell.cpp')
-rw-r--r--src/gui/buysell.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp
index eae19917..d522e6f2 100644
--- a/src/gui/buysell.cpp
+++ b/src/gui/buysell.cpp
@@ -24,8 +24,8 @@
#include "buysell.h"
#include "button.h"
-BuySellDialog::BuySellDialog(gcn::Container *parent, gcn::ActionListener *al):
- Window(parent, "Shop")
+BuySellDialog::BuySellDialog(gcn::ActionListener *al):
+ Window("Shop")
{
buyButton = new Button("Buy");
sellButton = new Button("Sell");