Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KsirK
Commits
b6c180fa
Commit
b6c180fa
authored
Mar 02, 2013
by
Nemanja Hiršl
Browse files
Updated copyright year and added current maintainer in list of
contributors.
parent
e759ed3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ksirk/main.cpp
View file @
b6c180fa
...
...
@@ -38,15 +38,15 @@ int main(int argc, char *argv[])
kDebug
()
<<
"Hello World!"
;
KAboutData
aboutData
(
"ksirk"
,
0
,
ki18n
(
"KsirK"
),
KDE_VERSION_STRING
,
ki18n
(
description
),
KAboutData
::
License_GPL
,
ki18n
(
"(c) 2002-20
05
, Gaël de Chalendar
\n
"
),
ki18n
(
"(c) 2002-20
13
, Gaël de Chalendar
\n
"
),
ki18n
(
"For help and user manual, please see
\n
the KsirK web site."
),
"http://games.kde.org/game.php?game=ksirk"
);
aboutData
.
addAuthor
(
ki18n
(
"Gael de Chalendar aka Kleag"
),
KLocalizedString
(),
"kleag@free.fr"
);
aboutData
.
addAuthor
(
ki18n
(
"Current maintainer: Nemanja Hirsl"
),
KLocalizedString
(),
"nemhirsl@gmail.com"
);
aboutData
.
addAuthor
(
ki18n
(
"Robin Doer"
));
aboutData
.
addAuthor
(
ki18n
(
"Albert Astals Cid"
));
aboutData
.
addAuthor
(
ki18n
(
"Michal Golunski (Polish translation)"
),
KLocalizedString
(),
"michalgolunski@o2.pl"
);
aboutData
.
addAuthor
(
ki18n
(
"French students of the 'IUP ISI 2007-2008':"
));
aboutData
.
addAuthor
(
ki18n
(
" Anthony Rey<br/> Benjamin Lucas<br/> Benjamin Moreau<br/> Gaël Clouet<br/> Guillaume Pelouas<br/> Joël Marco<br/> Laurent Dang<br/> Nicolas Linard<br/> Vincent Sac"
));
KCmdLineArgs
::
init
(
argc
,
argv
,
&
aboutData
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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