diff --git a/src/Mod/Start/Gui/Workbench.cpp b/src/Mod/Start/Gui/Workbench.cpp index 14c09e0981..e0f7da15e0 100644 --- a/src/Mod/Start/Gui/Workbench.cpp +++ b/src/Mod/Start/Gui/Workbench.cpp @@ -43,6 +43,7 @@ #include #include #include +#include #include @@ -101,8 +102,8 @@ void StartGui::Workbench::activated() str << endl; str << "webView=WebView()" << endl; - - Gui::Command::runCommand(Gui::Command::Gui, cmd); + Base::Interpreter().runString(cmd); + // Gui::Command::runCommand(Gui::Command::Gui, cmd); } catch (const Base::Exception& e) { Base::Console().Error("%s\n", e.what());