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
Games
KShisen
Commits
96562920
Commit
96562920
authored
May 11, 2016
by
Frederik Schwarzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix old copyright string.
parent
c682c68a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/main.cpp
src/main.cpp
+1
-1
No files found.
src/main.cpp
View file @
96562920
...
...
@@ -52,7 +52,7 @@ int main(int argc, char ** argv)
KLocalizedString
::
setApplicationDomain
(
"kshisen"
);
KAboutData
aboutData
(
QStringLiteral
(
"kshisen"
),
i18n
(
"Shisen-Sho"
),
QStringLiteral
(
"1.10+ #22"
),
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"
(c)
1997
,
Mario Weilguni"
));
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"
Copyright
1997 Mario Weilguni"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"http://games.kde.org/kshisen"
));
aboutData
.
addAuthor
(
i18n
(
"Frederik Schwarzer"
),
i18n
(
"Current Maintainer"
),
QStringLiteral
(
"schwarzer@kde.org"
));
aboutData
.
addAuthor
(
i18n
(
"Dave Corrie"
),
i18n
(
"Former Maintainer"
),
QStringLiteral
(
"kde@davecorrie.com"
));
...
...
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