Update copyright year for '--version' and About dialogue
This commit is contained in:
parent
27bba3c318
commit
4eb874f044
2 changed files with 2 additions and 2 deletions
|
@ -1737,7 +1737,7 @@ main (int argc,
|
||||||
{
|
{
|
||||||
g_print (
|
g_print (
|
||||||
"%s %s\n\n"
|
"%s %s\n\n"
|
||||||
"Copyright (c) 2007-2010 Christian Dywan\n\n"
|
"Copyright (c) 2007-2011 Christian Dywan\n\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"\t%s\n\n"
|
"\t%s\n\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
|
|
|
@ -4522,7 +4522,7 @@ _action_about_activate (GtkAction* action,
|
||||||
"name", PACKAGE_NAME,
|
"name", PACKAGE_NAME,
|
||||||
"version", PACKAGE_VERSION,
|
"version", PACKAGE_VERSION,
|
||||||
"comments", comments,
|
"comments", comments,
|
||||||
"copyright", "Copyright © 2007-2010 Christian Dywan",
|
"copyright", "Copyright © 2007-2011 Christian Dywan",
|
||||||
"website", "http://www.twotoasts.de",
|
"website", "http://www.twotoasts.de",
|
||||||
"authors", credits_authors,
|
"authors", credits_authors,
|
||||||
"documenters", credits_documenters,
|
"documenters", credits_documenters,
|
||||||
|
|
Loading…
Reference in a new issue