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
Plasma
KWin
Commits
1dfbac73
Commit
1dfbac73
authored
Sep 30, 2020
by
Albert Astals Cid
Committed by
Aleix Pol Gonzalez
Oct 01, 2020
Browse files
Fix kwin_rules_dialog not showing translated strings
BUGS: 427172
(cherry picked from commit
743b06d3
)
parent
ec70d354
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcmkwin/kwinrules/main.cpp
View file @
1dfbac73
...
...
@@ -190,6 +190,9 @@ static void edit(const QVariantMap &data, bool whole_app)
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"kcm_kwinrules"
);
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
app
.
setApplicationDisplayName
(
i18n
(
"KWin"
));
app
.
setApplicationName
(
"kwin_rules_dialog"
);
...
...
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