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
Plasma
System Settings
Commits
14f9c104
Commit
14f9c104
authored
Sep 24, 2020
by
Alexander Potashev
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the user-visible strings defined in KAboutData translatable again.
CCMAIL: nicolas.fella@gmx.de BUG: 426742
parent
9eb9aa44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/main.cpp
app/main.cpp
+3
-1
No files found.
app/main.cpp
View file @
14f9c104
...
...
@@ -79,6 +79,9 @@ int main( int argc, char *argv[] )
QApplication
application
(
argc
,
argv
);
application
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
// The ki18n application domain must be set before we make any i18n() calls.
KLocalizedString
::
setApplicationDomain
(
binaryName
.
toUtf8
().
constData
());
KAboutData
aboutData
;
if
(
mode
==
BaseMode
::
InfoCenter
)
{
...
...
@@ -166,7 +169,6 @@ int main( int argc, char *argv[] )
KWorkSpace
::
detectPlatform
(
argc
,
argv
);
KQuickAddons
::
QtQuickSettings
::
init
();
KCrash
::
initialize
();
KLocalizedString
::
setApplicationDomain
(
binaryName
.
toUtf8
().
constData
());
SettingsBase
*
mainWindow
=
new
SettingsBase
(
mode
);
...
...
Alexander Potashev
@aspotashev
mentioned in commit
4f28476d
·
Sep 25, 2020
mentioned in commit
4f28476d
mentioned in commit 4f28476ddae53c745dcaf1f66cd2dc68e75727dc
Toggle commit list
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