[Marble-commits] KDE/kdeedu/marble/src

Wes Hardaker wjhns25 at hardakers.net
Tue Aug 10 22:57:47 CEST 2010


SVN commit 1161800 by hardaker:

added myself to the authors list

 M  +3 -0      kdemain.cpp  
 M  +2 -0      lib/MarbleAboutDialog.cpp  


--- trunk/KDE/kdeedu/marble/src/kdemain.cpp #1161799:1161800
@@ -104,6 +104,9 @@
     aboutData.addAuthor( ki18n( "Eckhart Wörner" ),
                          ki18n( "Bugfixes" ),
                          "kde at ewsoftware.de" );
+    aboutData.addAuthor( ki18n( "Wes Hardaker" ),
+                         ki18n( "APRS Plugin" ),
+                         "marble at hardakers.net" );
 
     // Google Summer of Code
     aboutData.addAuthor( ki18n( "Andrew Manson" ),
--- trunk/KDE/kdeedu/marble/src/lib/MarbleAboutDialog.cpp #1161799:1161800
@@ -115,6 +115,8 @@
         tr("<p> Magnus Valle<br /><i>Historical Maps</i></p>")+
         tr("<p>Eckhart W&ouml;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>")+
         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