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 (
"%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,

View 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,