Changeset 2bbe924ad8 in tspsg for src/mainwindow.cpp
- Timestamp:
- May 1, 2010, 5:06:46 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 94cd045fad
- Parents:
- e3533af1cf
- git-author:
- Oleksii Serdiuk <contacts@…> (05/01/10 05:06:46)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
re3533af1cf r2bbe924ad8 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
Note: See TracChangeset
for help on using the changeset viewer.