mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
code review (first batch)
This commit is contained in:
@@ -321,7 +321,7 @@ void MainWindow::setStatusMessage(const QString & status)
|
||||
|
||||
void MainWindow::setTitle()
|
||||
{
|
||||
QString title = QString("%1%2 - %3 (%4)").arg(filename, unsaved ? "*" : "", VCMI_EDITOR_NAME, GameConstants::VCMI_VERSION.c_str());
|
||||
QString title = QString("%1%2 - %3 (%4)").arg(filename, unsaved ? "*" : "", tr("VCMI Map Editor"), GameConstants::VCMI_VERSION.c_str());
|
||||
setWindowTitle(title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user