mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Desktop: change preferences dialog name to 'Preferences'
Fixes #1912 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bf925cd511
commit
eea0cdee65
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ PreferencesDialog::PreferencesDialog()
|
|||
//s.endGroup();
|
||||
|
||||
setWindowIcon(QIcon(":subsurface-icon"));
|
||||
setWindowTitle(tr("Preferences"));
|
||||
pagesList = new QListWidget();
|
||||
pagesStack = new QStackedWidget();
|
||||
buttonBox = new QDialogButtonBox(
|
||||
|
|
Loading…
Reference in a new issue