Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KsirK
Commits
f4c0114f
Commit
f4c0114f
authored
Oct 14, 2021
by
Antoni Bella Pérez
🚵🏻
Browse files
Capitalize a title window
parent
6f92fb37
Pipeline
#88743
passed with stage
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ksirkskineditor/mainwindow.cpp
View file @
f4c0114f
...
@@ -363,7 +363,7 @@ void MainWindow::slotOpenSkin(const QString& dir)
...
@@ -363,7 +363,7 @@ void MainWindow::slotOpenSkin(const QString& dir)
QString
skinDir
=
dir
;
QString
skinDir
=
dir
;
if
(
dir
.
isNull
())
if
(
dir
.
isNull
())
{
{
skinDir
=
QFileDialog
::
getExistingDirectory
(
this
,
i18nc
(
"@title:window"
,
"Choose the
r
oot
f
older of the
s
kin to
o
pen"
),
QString
());
skinDir
=
QFileDialog
::
getExistingDirectory
(
this
,
i18nc
(
"@title:window"
,
"Choose the
R
oot
F
older of the
S
kin to
O
pen"
),
QString
());
}
}
if
(
skinDir
.
isEmpty
())
if
(
skinDir
.
isEmpty
())
{
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment