From feb69af5c8c2517ea21398810ec9c603aef3032e Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 1 Jul 2017 16:16:10 +0200 Subject: Configuration defaults file --- src/forms/aboutdialog.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/forms') diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp index 1b8c915..2fe312b 100644 --- a/src/forms/aboutdialog.cpp +++ b/src/forms/aboutdialog.cpp @@ -51,9 +51,10 @@ AboutDialog::AboutDialog(QWidget *parent) : #elif defined __GNUC__ "Compiled with GCC " __VERSION__ "
" #endif - "Configuration lives in %2" + "Configuration lives in %2
" + "Default configuration lives in %3" "

") - .arg(qApp->applicationLongVersion(), sSettings->filePath())); + .arg(qApp->applicationLongVersion(), sSettings->configurationPath(), sSettings->defaultsPath())); ui->toolBox->addItem(detailsLabel, tr("Details")); QLabel *libsLabel = new QLabel(this); -- cgit v1.2.1