Update copyright and URL in --version and about

Fixes: https://bugs.launchpad.net/midori/+bug/977423
This commit is contained in:
Christian Dywan 2012-08-28 19:51:02 +02:00
parent 915955c0da
commit de771db75d
2 changed files with 5 additions and 5 deletions

View File

@ -2045,11 +2045,11 @@ main (int argc,
{ {
g_print ( g_print (
"%s %s\n\n" "%s %s\n\n"
"Copyright (c) 2007-2011 Christian Dywan\n\n" "Copyright (c) 2007-2012 Christian Dywan\n\n"
"%s\n" "%s\n"
"\t%s\n\n" "\t%s\n\n"
"%s\n" "%s\n"
"\thttp://www.twotoasts.de\n", "\thttp://www.midori-browser.org\n",
_("Midori"), PACKAGE_VERSION, _("Midori"), PACKAGE_VERSION,
_("Please report comments, suggestions and bugs to:"), _("Please report comments, suggestions and bugs to:"),
PACKAGE_BUGREPORT, PACKAGE_BUGREPORT,

View File

@ -5152,17 +5152,17 @@ _action_about_activate (GtkAction* action,
"translate", "https://translations.xfce.org/projects/p/midori/", "translate", "https://translations.xfce.org/projects/p/midori/",
"bug", PACKAGE_BUGREPORT, "bug", PACKAGE_BUGREPORT,
"help", docs, "help", docs,
"copyright", "2007-2011 Christian Dywan", "copyright", "2007-2012 Christian Dywan",
#else #else
gtk_show_about_dialog (GTK_WINDOW (browser), gtk_show_about_dialog (GTK_WINDOW (browser),
"wrap-license", TRUE, "wrap-license", TRUE,
"copyright", "Copyright © 2007-2011 Christian Dywan", "copyright", "Copyright © 2007-2012 Christian Dywan",
#endif #endif
"logo-icon-name", gtk_window_get_icon_name (GTK_WINDOW (browser)), "logo-icon-name", gtk_window_get_icon_name (GTK_WINDOW (browser)),
"program-name", PACKAGE_NAME, "program-name", PACKAGE_NAME,
"version", PACKAGE_VERSION, "version", PACKAGE_VERSION,
"comments", comments, "comments", comments,
"website", "http://www.twotoasts.de", "website", "http://www.midori-browser.org",
"authors", credits_authors, "authors", credits_authors,
"documenters", credits_documenters, "documenters", credits_documenters,
"artists", credits_artists, "artists", credits_artists,