Skip to content

Commit

Permalink
- Fix OMNotebook compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12106 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 19, 2012
1 parent 5db3873 commit 9416899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/notebook.cpp
Expand Up @@ -2753,7 +2753,7 @@ void NotebookWindow::aboutQTNotebook()
{
const char* dateStr = __DATE__; // "Mmm dd yyyy", so dateStr+7 = "yyyy"
QString version = OmcInteractiveEnvironment::OMCVersion();
QString abouttext = QString(("OMNotebook 3.0 Copyright 2004-") + QString(dateStr+7) + " Open Source Modelica Consortium (OSMC)\n"
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" +
"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.";
Expand Down

0 comments on commit 9416899

Please sign in to comment.