Thu, 12 Apr 2012 19:18:23 +0200
Merged remote changes.
diff -r 010fd0120ef6 -r f74f03e98128 Utilities/Startup.py --- 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_()