+ add further log messages at startup for better troubleshooting, fix possible crash, fix typos

This commit is contained in:
wmayer
2014-07-01 11:03:55 +02:00
parent 06d609752f
commit bda933a1ca
4 changed files with 9 additions and 3 deletions

View File

@@ -267,6 +267,7 @@ QWidget* setupMainWindow()
static bool init = false;
if (!init) {
try {
Base::Console().Log("Run Gui init script\n");
Base::Interpreter().runString(Base::ScriptFactory().ProduceScript("FreeCADGuiInit"));
}
catch (const Base::Exception& e) {