Revision 1:f78d846bf880 main/MainWindow.cpp
| main/MainWindow.cpp | ||
|---|---|---|
| 130 | 130 |
m_keyReference(new KeyReference()), |
| 131 | 131 |
m_displayMode(WaveformMode) |
| 132 | 132 |
{
|
| 133 |
setWindowTitle(tr("Vect"));
|
|
| 133 |
setWindowTitle(QApplication::applicationName());
|
|
| 134 | 134 |
|
| 135 | 135 |
StorageAdviser::setFixedRecommendation |
| 136 | 136 |
(StorageAdviser::Recommendation(StorageAdviser::UseDisc | |
| ... | ... | |
| 420 | 420 |
menu->addSeparator(); |
| 421 | 421 |
action = new QAction(il.load("exit"), tr("&Quit"), this);
|
| 422 | 422 |
action->setShortcut(tr("Ctrl+Q"));
|
| 423 |
action->setStatusTip(tr("Exit Vect"));
|
|
| 423 |
action->setStatusTip(tr("Exit %1").arg(QApplication::applicationName()));
|
|
| 424 | 424 |
connect(action, SIGNAL(triggered()), this, SLOT(close())); |
| 425 | 425 |
m_keyReference->registerShortcut(action); |
| 426 | 426 |
menu->addAction(action); |
| ... | ... | |
| 982 | 982 |
m_timeRulerLayer = 0; // document owned this |
| 983 | 983 |
|
| 984 | 984 |
m_sessionFile = ""; |
| 985 |
setWindowTitle(tr("Vect"));
|
|
| 985 |
setWindowTitle(QApplication::applicationName());
|
|
| 986 | 986 |
|
| 987 | 987 |
CommandHistory::getInstance()->clear(); |
| 988 | 988 |
CommandHistory::getInstance()->documentSaved(); |
Also available in: Unified diff