Thu, 12 Apr 2012 19:18:23 +0200
Merged remote changes.
--- a/Utilities/Startup.py Thu Apr 12 19:17:37 2012 +0200 +++ b/Utilities/Startup.py Thu Apr 12 19:18:23 2012 +0200 @@ -243,5 +243,6 @@ if quitOnLastWindowClosed: app.lastWindowClosed.connect(app.quit) w.show() + w.raise_() return app.exec_()