Skip to content

Commit

Permalink
- TLM plugin log file named has changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jun 2, 2015
1 parent 2512d4a commit eb37127
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,7 +165,7 @@ void TLMCoSimulationOutputWidget::stopManager()
void TLMCoSimulationOutputWidget::openManagerLogFile()
{
QFileInfo fileInfo(mTLMCoSimulationOptions.getFileName());
QUrl logFilePath (QString("file:///").append(fileInfo.absoluteDir().absolutePath()).append("/Logfile.log"));
QUrl logFilePath (QString("file:///").append(fileInfo.absoluteDir().absolutePath()).append("/TLMlogfile.log"));
QDesktopServices::openUrl(logFilePath);
}

Expand Down

0 comments on commit eb37127

Please sign in to comment.