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
Games
KsirK
Commits
135650cd
Commit
135650cd
authored
Mar 02, 2013
by
Pino Toscano
Browse files
fix use of KAboutData::addAuthor()
put the maintainer information in parameter for the task
parent
b6c180fa
Changes
1
Show whitespace changes
Inline
Side-by-side
ksirk/main.cpp
View file @
135650cd
...
@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
...
@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
ki18n
(
"For help and user manual, please see
\n
the KsirK web site."
),
ki18n
(
"For help and user manual, please see
\n
the KsirK web site."
),
"http://games.kde.org/game.php?game=ksirk"
);
"http://games.kde.org/game.php?game=ksirk"
);
aboutData
.
addAuthor
(
ki18n
(
"Gael de Chalendar aka Kleag"
),
KLocalizedString
(),
"kleag@free.fr"
);
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
(
"
Nemanja Hirsl"
),
ki18n
(
"Current maintainer"
),
"nemhirsl@gmail.com"
);
aboutData
.
addAuthor
(
ki18n
(
"Robin Doer"
));
aboutData
.
addAuthor
(
ki18n
(
"Robin Doer"
));
aboutData
.
addAuthor
(
ki18n
(
"Albert Astals Cid"
));
aboutData
.
addAuthor
(
ki18n
(
"Albert Astals Cid"
));
aboutData
.
addAuthor
(
ki18n
(
"Michal Golunski (Polish translation)"
),
KLocalizedString
(),
"michalgolunski@o2.pl"
);
aboutData
.
addAuthor
(
ki18n
(
"Michal Golunski (Polish translation)"
),
KLocalizedString
(),
"michalgolunski@o2.pl"
);
...
...
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