From 3b999f51c740d0541c53d223518e5e4bb482d996 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 Sep 2011 17:33:52 +0300 Subject: Quick fix for windows build to fix open settings issue. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 9447ce4bb..d0348dec5 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -837,6 +837,7 @@ int Client::exec() mSetupButton->setPosition(x, 3); top->add(mSetupButton); +#ifndef WIN32 mPerfomanceButton = new Button( _("Perfomance"), "Perfomance", this); x -= mPerfomanceButton->getWidth() + 6; @@ -852,6 +853,7 @@ int Client::exec() x -= mThemesButton->getWidth() + 6; mThemesButton->setPosition(x, 3); top->add(mThemesButton); +#endif int screenWidth = config.getIntValue("screenwidth"); int screenHeight = config.getIntValue("screenheight"); -- cgit v1.2.3-60-g2f50