# HG changeset patch
# User koda
# Date 1356628610 -3600
# Node ID 7a7a39b2449bd847a2dd52f95676002cc7237106
# Parent  2154732c65f1254436cbadb5cf7c666ed596a49f
NSIS workaround no longer necessary

diff -r 2154732c65f1 -r 7a7a39b2449b QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Thu Dec 27 17:08:58 2012 +0100
+++ b/QTfrontend/main.cpp	Thu Dec 27 18:16:50 2012 +0100
@@ -210,8 +210,6 @@
 
     qRegisterMetaType<HWTeam>("HWTeam");
 
-    // workaround over NSIS installer which modifies the install path
-    //bindir->cd("./");
     bindir->cd(QCoreApplication::applicationDirPath());
 
     if(custom_config == false)