summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-08 23:02:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-08 23:02:08 +0300
commite5225e0277fd3f17faa3d9f173f0e5f6951052c1 (patch)
tree1b856e96b454edc54c2b95e272773cca516e5440 /src/client.cpp
parenta149a49aa167cb7122afc6b12bdb4af9fa90394c (diff)
downloadmv-e5225e0277fd3f17faa3d9f173f0e5f6951052c1.tar.gz
mv-e5225e0277fd3f17faa3d9f173f0e5f6951052c1.tar.bz2
mv-e5225e0277fd3f17faa3d9f173f0e5f6951052c1.tar.xz
mv-e5225e0277fd3f17faa3d9f173f0e5f6951052c1.zip
Show all default top buttons on windows.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 2f2341ea7..e767038e8 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1137,7 +1137,6 @@ int Client::gameExec()
ADDBUTTON(mSetupButton, new Button(mDesktop,
// TRANSLATORS: setup tab quick button
_("Setup"), "Setup", this))
-#ifndef WIN32
ADDBUTTON(mPerfomanceButton, new Button(mDesktop,
// TRANSLATORS: perfoamance tab quick button
_("Performance"), "Perfomance", this))
@@ -1158,7 +1157,6 @@ int Client::gameExec()
// TRANSLATORS: close quick button
_("Close"), "close", this))
#endif
-#endif
mDesktop->setSize(mainGraphics->getWidth(),
mainGraphics->getHeight());
}