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