summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/trade.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp
index cf3ad1a5..add7b76e 100644
--- a/src/gui/trade.cpp
+++ b/src/gui/trade.cpp
@@ -98,6 +98,8 @@ TradeWindow::TradeWindow():
add(mMoneyField);
add(mMoneyLabel);
+ loadWindowState("Trade");
+
gcn::Rectangle area = getChildrenArea();
int width = area.width;
int height = area.height;