Skip to content

Commit

Permalink
Remove superfluous "OpenModelica"
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Feb 7, 2016
1 parent 5fc27a1 commit bab2c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/notebook.cpp
Expand Up @@ -2694,7 +2694,7 @@ void NotebookWindow::aboutQTNotebook()
QString version = OmcInteractiveEnvironment::OMCVersion();
QString abouttext = QString("OMNotebook 3.0 Copyright 2004-") + QString(dateStr+7) + " Open Source Modelica Consortium (OSMC)\n"
"Distributed under OMSC-PL and GPL, see www.openmodelica.org\n\n" +
"Connected to OpenModelica " + version + "\n" +
"Connected to " + version + "\n" +
"Created by Ingemar Axelsson (2004-2005), Anders Fernstr" + QString(QChar(246, 0)) +"m (2005-2006) and Henrik Eriksson (2006-2007) as part of their final theses.";

QMessageBox::about( this, "OMNotebook", abouttext );
Expand Down

0 comments on commit bab2c73

Please sign in to comment.