summaryrefslogtreecommitdiff
path: root/src/gui/minimap.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-09 14:40:28 -0700
committerIra Rice <irarice@gmail.com>2009-01-09 14:40:28 -0700
commitdbd70f58177e65266d1dff00f4ccf5bca7acbc04 (patch)
tree306d1307a57177ee32b53c3ee02f653a67d38078 /src/gui/minimap.cpp
parent1e70a04b0e004787a158584f247ebc3ffa654029 (diff)
downloadmana-client-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.tar.gz
mana-client-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.tar.bz2
mana-client-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.tar.xz
mana-client-dbd70f58177e65266d1dff00f4ccf5bca7acbc04.zip
Removed close button from minimap windows. While this was a nice idea at
the time (and it might be added back in the future), it requires a bit of a change to the window code to fix (not too hard) and its own custom click handler (again, not that hard). Done for the sake of avoiding too much redundancy. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/minimap.cpp')
-rw-r--r--src/gui/minimap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/minimap.cpp b/src/gui/minimap.cpp
index ebeed6d7..0d14c360 100644
--- a/src/gui/minimap.cpp
+++ b/src/gui/minimap.cpp
@@ -38,7 +38,6 @@ Minimap::Minimap():
mMapImage(NULL),
mProportion(0.5)
{
- setCloseButton(true);
setWindowName(_("MiniMap"));
}