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
Games
KShisen
Commits
c682c68a
Commit
c682c68a
authored
May 10, 2016
by
Frederik Schwarzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump commit number.
GIT_SILENT
parent
c3d60926
Changes
1
Show 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 @
c682c68a
...
...
@@ -51,7 +51,7 @@ int main(int argc, char ** argv)
KLocalizedString
::
setApplicationDomain
(
"kshisen"
);
KAboutData
aboutData
(
QStringLiteral
(
"kshisen"
),
i18n
(
"Shisen-Sho"
),
QStringLiteral
(
"1.10+ #2
1
"
),
KAboutData
aboutData
(
QStringLiteral
(
"kshisen"
),
i18n
(
"Shisen-Sho"
),
QStringLiteral
(
"1.10+ #2
2
"
),
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1997, Mario Weilguni"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"http://games.kde.org/kshisen"
));
aboutData
.
addAuthor
(
i18n
(
"Frederik Schwarzer"
),
i18n
(
"Current Maintainer"
),
QStringLiteral
(
"schwarzer@kde.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