Changeset 116 in tspsg-svn for trunk/src/mainwindow.cpp


Ignore:
Timestamp:
May 1, 2010, 5:06:46 AM (14 years ago)
Author:
laleppa
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.cpp

    • Property svn:eol-style set to native
    r115 r116  
    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.