diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-09-28 21:26:23 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-09-28 21:26:23 +0000 |
commit | eb8dc37bfa07e1185308bc8d4748d92c69af1783 (patch) | |
tree | 43f8b726cc7f2c071c0641fdacb187c747aaaf5a /src/gui/inventorywindow.cpp | |
parent | e93e064373c382b80ecb37919335fbfe424efeea (diff) | |
download | mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.gz mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.bz2 mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.tar.xz mana-client-eb8dc37bfa07e1185308bc8d4748d92c69af1783.zip |
Save and load X, Y, Height, and Width to useful wins.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r-- | src/gui/inventorywindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp index bb4e8a4e..2f5841f6 100644 --- a/src/gui/inventorywindow.cpp +++ b/src/gui/inventorywindow.cpp @@ -46,7 +46,7 @@ InventoryWindow::InventoryWindow(): Window("Inventory") { setContentSize(322, 172); - setName("Inventory"); + setWindowName("Inventory"); useButton = new Button("Use"); dropButton = new Button("Drop"); |