[k3b] Fix wrong homepage url in KAboutData

Burkhard Lück lueck at hube-lueck.de
Sat Dec 1 08:56:55 UTC 2012


Hi,

this patch fixes the wrong homepage url in KAboutData:

diff --git a/src/main.cpp b/src/main.cpp
index a3b9b11..9859d6d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -48,7 +48,7 @@ int main( int argc, char* argv[] )
 {
     KAboutData aboutData( "k3b",0, ki18n("K3b"),
                           LIBK3B_VERSION, ki18n(description), 
KAboutData::License_GPL,
-                          ki18n("Copyright © 1998–2010 K3b authors"), 
KLocalizedString(), I18N_NOOP("http://www.k3b.org" ));
+                          ki18n("Copyright © 1998–2010 K3b authors"), 
KLocalizedString(), I18N_NOOP("http://k3b.kde.org" ));
 
     aboutData.addAuthor(ki18n("Michał Małek"),ki18n("Maintainer and current 
lead Developer"), "michalm at jabster.pl");
     aboutData.addAuthor(ki18n("Sebastian Trüg"),ki18n("Main developer"), 
"trueg at k3b.org");

-- 
Burkhard Lück



More information about the k3b mailing list