aboutsummaryrefslogtreecommitdiff
path: root/installer/maintainwindow.cpp
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-07-13 21:43:04 +1000
committerVictor Tran <vicr12345@gmail.com>2018-07-13 21:43:04 +1000
commita1e9542350cc617412781af88d5b33133d4be8f4 (patch)
tree5991a21047b6ddad55a37b3baedcb45a3b5d91f9 /installer/maintainwindow.cpp
parentb71215ec310ada0694dc76b812ddcaaca0263b4d (diff)
downloadtheInstaller-a1e9542350cc617412781af88d5b33133d4be8f4.tar.gz
theInstaller-a1e9542350cc617412781af88d5b33133d4be8f4.tar.bz2
theInstaller-a1e9542350cc617412781af88d5b33133d4be8f4.zip
Uninstall from Control Panel works now
Diffstat (limited to 'installer/maintainwindow.cpp')
-rw-r--r--installer/maintainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/maintainwindow.cpp b/installer/maintainwindow.cpp
index 447d3f5..8f8eb5b 100644
--- a/installer/maintainwindow.cpp
+++ b/installer/maintainwindow.cpp
@@ -32,6 +32,7 @@ MaintainWindow::MaintainWindow(QWidget *parent) :
metadataFile.open(QFile::ReadOnly);
metadata = QJsonDocument::fromJson(metadataFile.readAll()).object();
+ this->setWindowTitle(tr("Modify %1").arg(metadata.value("name").toString()));
ui->areYouSureText->setText(tr("Are you sure you want to uninstall %1?").arg(metadata.value("name").toString()));
}