summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2010-03-25 23:05:46 +0200
committerJared Adams <jaxad0127@gmail.com>2010-03-25 15:23:33 -0600
commitac18a72c9972faf6dbd68abf3c883b2d444396c8 (patch)
tree8345e3b01e8a73f04b2e4775f44e1f93cc85827f /src
parent851c88697ec413ed9ebae80796999c5449f3fece (diff)
downloadmana-client-ac18a72c9972faf6dbd68abf3c883b2d444396c8.tar.gz
mana-client-ac18a72c9972faf6dbd68abf3c883b2d444396c8.tar.bz2
mana-client-ac18a72c9972faf6dbd68abf3c883b2d444396c8.tar.xz
mana-client-ac18a72c9972faf6dbd68abf3c883b2d444396c8.zip
Fix save/load storage window position.
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/inventorywindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 425ac15f..41d0246c 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -60,7 +60,7 @@ InventoryWindow::InventoryWindow(Inventory *inventory, bool isMainInventory):
mInventory(inventory),
mSplit(false)
{
- setWindowName("Inventory");
+ setWindowName(isMainInventory ? "Inventory" : "Storage");
setupWindow->registerWindowForReset(this);
setResizable(true);
setCloseButton(true);