mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Typos: usermanual.cpp capitalization
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
04c55f4afe
commit
9e5c6a6c49
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ UserManual::UserManual(QWidget *parent) : QWidget(parent)
|
||||||
actionHideSearch->setShortcutContext(Qt::WindowShortcut);
|
actionHideSearch->setShortcutContext(Qt::WindowShortcut);
|
||||||
addAction(actionHideSearch);
|
addAction(actionHideSearch);
|
||||||
|
|
||||||
setWindowTitle(tr("User Manual"));
|
setWindowTitle(tr("User manual"));
|
||||||
setWindowIcon(QIcon(":/subsurface-icon"));
|
setWindowIcon(QIcon(":/subsurface-icon"));
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue