diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 11:12:56 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 11:12:56 +0000 |
commit | 8063086435d6ce9ec848e9962287cd6c97001ca4 (patch) | |
tree | 69e744ca52bc01309bc5729a4513032838b49662 /src/gui/status.h | |
parent | 33bcf31d8eb5c7712e8a9d0b31489186a5c68521 (diff) | |
download | mana-client-8063086435d6ce9ec848e9962287cd6c97001ca4.tar.gz mana-client-8063086435d6ce9ec848e9962287cd6c97001ca4.tar.bz2 mana-client-8063086435d6ce9ec848e9962287cd6c97001ca4.tar.xz mana-client-8063086435d6ce9ec848e9962287cd6c97001ca4.zip |
Oh and the status dialog was actually just a window.
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index 49a9595d..bf5758bf 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -39,10 +39,10 @@ * * \ingroup GUI */ -class StatusDialog : public Window { +class StatusWindow : public Window { public: - StatusDialog(gcn::Container *parent); - ~StatusDialog(); + StatusWindow(gcn::Container *parent); + ~StatusWindow(); /** * Updates this dialog with values from PLAYER_INFO *char_info |