]> spindle.queued.net Git - midori/commitdiff
Update copyright and URL in --version and about
authorChristian Dywan <christian@twotoasts.de>
Tue, 28 Aug 2012 17:51:02 +0000 (19:51 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 28 Aug 2012 23:09:25 +0000 (01:09 +0200)
Fixes: https://bugs.launchpad.net/midori/+bug/977423
midori/main.c
midori/midori-browser.c

index 4e7a596f544211322919c18245271d596ab71704..c2f46878062a7fcdce629948556a4f439f3eba7a 100644 (file)
@@ -2045,11 +2045,11 @@ main (int    argc,
     {
         g_print (
           "%s %s\n\n"
-          "Copyright (c) 2007-2011 Christian Dywan\n\n"
+          "Copyright (c) 2007-2012 Christian Dywan\n\n"
           "%s\n"
           "\t%s\n\n"
           "%s\n"
-          "\thttp://www.twotoasts.de\n",
+          "\thttp://www.midori-browser.org\n",
           _("Midori"), PACKAGE_VERSION,
           _("Please report comments, suggestions and bugs to:"),
           PACKAGE_BUGREPORT,
index 9f12e8ba28e5a9b133b79dc4258144d529b3c550..8744ad36ed66a81edb5ebaf350e8a8e1f3e6d2ff 100644 (file)
@@ -5152,17 +5152,17 @@ _action_about_activate (GtkAction*     action,
         "translate", "https://translations.xfce.org/projects/p/midori/",
         "bug", PACKAGE_BUGREPORT,
         "help", docs,
-        "copyright", "2007-2011 Christian Dywan",
+        "copyright", "2007-2012 Christian Dywan",
 #else
     gtk_show_about_dialog (GTK_WINDOW (browser),
         "wrap-license", TRUE,
-        "copyright", "Copyright © 2007-2011 Christian Dywan",
+        "copyright", "Copyright © 2007-2012 Christian Dywan",
 #endif
         "logo-icon-name", gtk_window_get_icon_name (GTK_WINDOW (browser)),
         "program-name", PACKAGE_NAME,
         "version", PACKAGE_VERSION,
         "comments", comments,
-        "website", "http://www.twotoasts.de",
+        "website", "http://www.midori-browser.org",
         "authors", credits_authors,
         "documenters", credits_documenters,
         "artists", credits_artists,