Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
e6a6fc62
Commit
e6a6fc62
authored
Aug 02, 2017
by
Luigi Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix UI string: Control Center -> System Settings
parent
5e0b0db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/utils/thememanager.cpp
src/utils/thememanager.cpp
+1
-1
No files found.
src/utils/thememanager.cpp
View file @
e6a6fc62
...
...
@@ -221,7 +221,7 @@ void ThemeManager::slotConfigColors()
int
ret
=
KToolInvocation
::
kdeinitExec
(
QStringLiteral
(
"kcmshell5"
),
QStringList
()
<<
QStringLiteral
(
"colors"
));
if
(
ret
>
0
)
{
KMessageBox
::
error
(
nullptr
,
i18n
(
"Cannot start Colors
Settings
panel from
KDE Control Center
. "
KMessageBox
::
error
(
nullptr
,
i18n
(
"Cannot start Colors panel from
System Settings
. "
"Please check your system..."
));
}
}
...
...
Write
Preview
Markdown
is supported
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