Changeset 2bbe924ad8 in tspsg for src/mainwindow.cpp


Ignore:
Timestamp:
May 1, 2010, 5:06:46 AM (14 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Added svn:eol-style=native property to all text files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    re3533af1cf r2bbe924ad8  
    11891189{
    11901190        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()));
    11921192}
    11931193
Note: See TracChangeset for help on using the changeset viewer.