Skip to content

Commit

Permalink
#3351 - Fixed the OMNotebook start up issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jun 15, 2015
1 parent 5b2cd4c commit 7e6af05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
Expand Up @@ -105,7 +105,9 @@ namespace IAEX
evalExpression(QString("getInstallationDirectoryPath()"));
QString result = getResult();
result = result.remove( "\"" );
MMC_TRY_TOP_INTERNAL()
omc_Main_setWindowsPaths(threadData, mmc_mk_scon(result.toStdString().c_str()));
MMC_CATCH_TOP()
#endif
}

Expand Down

0 comments on commit 7e6af05

Please sign in to comment.