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
Multimedia
Dragon
Commits
41d46235
Commit
41d46235
authored
Nov 16, 2020
by
Friedrich W. H. Kossebau
Browse files
Revert accidental change of KAboutData with SPDX strings
NO_CHANGELOG
parent
781e8837
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
41d46235
...
...
@@ -33,7 +33,7 @@ int main( int argc, char **argv )
KAboutData
aboutData
(
APP_NAME
,
i18n
(
"Dragon Player"
),
QLatin1String
(
APP_VERSION
),
i18n
(
"A video player that has a usability focus"
),
KAboutLicense
::
GPL_V2
,
i18n
(
"Copyright 2006, Max Howell
\n
SPDX-File
Copyright
Text:
2007 Ian Monroe
"
),
i18n
(
"Copyright 2006, Max Howell
\n
Copyright 2007
,
Ian Monroe"
),
i18n
(
"IRC:
\n
irc.freenode.net #dragonplayer
\n\n
Feedback:
\n
imonroe@kde.org"
),
"https://multimedia.kde.org"
);
aboutData
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.dragonplayer"
));
...
...
src/app/part.cpp
View file @
41d46235
...
...
@@ -93,7 +93,7 @@ namespace Dragon
return
new
KAboutData
(
APP_NAME
,
i18n
(
"Dragon Player"
),
APP_VERSION
,
i18n
(
"A video player that has a usability focus"
),
KAboutLicense
::
GPL_V2
,
i18n
(
"Copyright 2006, Max Howell
\n
SPDX-File
Copyright
Text:
2007 Ian Monroe
"
),
QString
(),
i18n
(
"Copyright 2006, Max Howell
\n
Copyright 2007
,
Ian Monroe"
),
QString
(),
"https://multimedia.kde.org"
,
"imonroe@kde.org"
);
}
...
...
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