[Marble-commits] KDE/kdeedu/marble/src/lib
Dennis Nienhüser
earthwings at gentoo.org
Sun Aug 15 21:43:25 CEST 2010
SVN commit 1164076 by nienhueser:
Add myself. Increase version to 0.11.
M +4 -2 MarbleAboutDialog.cpp
--- trunk/KDE/kdeedu/marble/src/lib/MarbleAboutDialog.cpp #1164075:1164076
@@ -93,7 +93,7 @@
{
d->authorsLoaded = true;
browser = d->uiWidget.m_pMarbleAuthorsBrowser;
- browser->setHtml( tr("<b>Active Development Team of Marble 0.10</b>")+
+ browser->setHtml( tr("<b>Active Development Team of Marble 0.11</b>")+
tr("<p>Torsten Rahn <a href=\"mailto:rahn at kde.org\">rahn at kde.org</a><br />"
"<i>Core Developer and Original Author</i></p>")+
tr("<p>Patrick Spendrin <a href=\"pspendrin at gmail.com\">pspendrin at gmail.com</a><br />"
@@ -116,7 +116,9 @@
tr("<p>Eckhart Wörner <a href=\"mailto:kde at ewsoftware.de\">kde at ewsoftware.de</a><br />"
"<i>Bugfixes</i></p>")+
tr("<p>Wes Hardaker <a href=\"mailto:marble at hardakers.net\">marble at hardakers.net</a><br />"
- "<i>APRS Plugin</i>")+
+ "<i>APRS Plugin</i></p>")+
+ tr("<p>Dennis Nienhüser <a href=\"mailto:earthwings at gentoo.org\">earthwings at gentoo.org</a><br />"
+ "<i>Routing</i></p>")+
tr("<b>Join us</b>")+
tr("<p>You can reach the developers of the Marble Project at <a href=\"mailto:marble-devel at kde.org\">marble-devel at kde.org</a></p>")+
tr("<b>Google Summer of Code</b>")+
More information about the Marble-commits
mailing list