Changeset 116 in tspsg-svn for trunk/src/mainwindow.cpp
- Timestamp:
- May 1, 2010, 5:06:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.cpp
-
Property
svn:eol-style
set to
native
r115 r116 1189 1189 { 1190 1190 this->fileName = fileName; 1191 setWindowTitle(QString("%1[*] - %2").arg(QFileInfo(fileName).completeBaseName()).arg( tr("Travelling Salesman Problem")));1191 setWindowTitle(QString("%1[*] - %2").arg(QFileInfo(fileName).completeBaseName()).arg(QApplication::applicationName())); 1192 1192 } 1193 1193 -
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.