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
ddd54625
Commit
ddd54625
authored
Jun 13, 2017
by
Leslie Zhai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set organization name for Wayland icon.
Differential Revision:
https://phabricator.kde.org/D5405
CCBUG: 380909
parent
18408543
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
libk3b/projects/datacd/k3bisooptions.cpp
libk3b/projects/datacd/k3bisooptions.cpp
+1
-1
src/main.cpp
src/main.cpp
+1
-0
No files found.
libk3b/projects/datacd/k3bisooptions.cpp
View file @
ddd54625
...
...
@@ -26,7 +26,7 @@
K3b
::
IsoOptions
::
IsoOptions
()
:
m_defaultVolumeIDSet
(
false
),
m_volumeIDSet
(
false
),
m_applicationID
(
QString
(
"K3B THE CD KREATOR (C) 1998-201
0
SEBASTIAN TRUEG
AND
MICHAL MALEK"
)
),
m_applicationID
(
QString
(
"K3B THE CD KREATOR (C) 1998-201
7
SEBASTIAN TRUEG
,
MICHAL MALEK
AND LESLIE ZHAI
"
)
),
m_systemId
(
K3b
::
systemName
().
toUpper
()
),
m_whiteSpaceTreatmentReplaceString
(
"_"
)
{
...
...
src/main.cpp
View file @
ddd54625
...
...
@@ -38,6 +38,7 @@ int main( int argc, char* argv[] )
QString
(),
i18n
(
"http://www.k3b.org"
)
);
aboutData
.
setOrganizationDomain
(
"kde"
);
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