#37 Change "Add Address" -> "Add Recipient"

This commit is contained in:
adityapk00
2018-11-10 10:47:30 -08:00
parent 79bd6635e8
commit 037b3cf792
2 changed files with 6 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ MainWindow::MainWindow(QWidget *parent) :
QDialog aboutDialog(this);
Ui_about about;
about.setupUi(&aboutDialog);
Settings::saveRestore(&aboutDialog);
QString version = QString("Version ") % QString(APP_VERSION) % " (" % QString(__DATE__) % ")";
about.versionLabel->setText(version);