Skip to content

Commit

Permalink
Merge pull request #9 from dietmarw/about
Browse files Browse the repository at this point in the history
Remove superfluous "OpenModelica"
  • Loading branch information
adeas31 committed Feb 6, 2016
2 parents e3b00ab + f26076a commit d0a3f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/MainWindow.cpp
Expand Up @@ -3261,7 +3261,7 @@ AboutOMEditWidget::AboutOMEditWidget(MainWindow *pMainWindow)
Label *pIntroLabel = new Label(Helper::applicationIntroText);
pIntroLabel->setFont(QFont(Helper::systemFontInfo.family(), Helper::systemFontInfo.pointSize() + 3 + MAC_FONT_FACTOR));
// OpenModelica compiler info
Label *pConnectedLabel = new Label(QString("Connected to OpenModelica ").append(Helper::OpenModelicaVersion));
Label *pConnectedLabel = new Label(QString("Connected to ").append(Helper::OpenModelicaVersion));
pConnectedLabel->setFont(QFont(Helper::systemFontInfo.family(), Helper::systemFontInfo.pointSize() - 2 + MAC_FONT_FACTOR));
// about text
QString aboutText = QString("Copyright <b>Open Source Modelica Consortium (OSMC)</b>.<br />")
Expand Down

0 comments on commit d0a3f39

Please sign in to comment.