Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
K3b
Commits
04a19f5e
Commit
04a19f5e
authored
Jun 13, 2017
by
Andrius Štikonas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set desktop file name explicitely.
BUG: 380909
parent
ddd54625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/main.cpp
src/main.cpp
+1
-0
No files found.
src/main.cpp
View file @
04a19f5e
...
...
@@ -39,6 +39,7 @@ int main( int argc, char* argv[] )
i18n
(
"http://www.k3b.org"
)
);
aboutData
.
setOrganizationDomain
(
"kde"
);
aboutData
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.k3b.desktop"
));
aboutData
.
addAuthor
(
i18n
(
"Leslie Zhai"
),
i18n
(
"Maintainer"
),
"lesliezhai@llvm.org.cn"
);
aboutData
.
addAuthor
(
i18n
(
"Michał Małek"
),
i18n
(
"Maintainer and current lead Developer"
),
"michalm@jabster.pl"
);
aboutData
.
addAuthor
(
i18n
(
"Sebastian Trüg"
),
i18n
(
"Main developer"
),
"trueg@k3b.org"
);
...
...
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