Skip to content

Commit

Permalink
Fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Feb 26, 2016
1 parent 608efb7 commit 9adc7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMC/OMCProxy.cpp
Expand Up @@ -2228,7 +2228,7 @@ QString OMCProxy::makeDocumentationUriToFileName(QString documentation)
#ifdef WIN32
tag.setAttribute(attributeName, "file:///" + imgFileName);
#else
imgTag.setAttribute(attributeName, "file://" + imgFileName);
tag.setAttribute(attributeName, "file://" + imgFileName);
#endif
} else {
//! @todo The img src value starts with modelica:// for MSL 3.2.1. Handle the other cases in this else block.
Expand Down

0 comments on commit 9adc7f5

Please sign in to comment.