[seahorse] Updated year in the copyright string of the about dialog



commit 149434f8d13415ab16866534bcd9a70a2665d1be
Author: Pablo Castellano <pablog src gnome org>
Date:   Fri Feb 12 05:00:21 2010 +0100

    Updated year in the copyright string of the about dialog
    
    Part of: https://bugzilla.gnome.org/show_bug.cgi?id=609418

 src/seahorse-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/seahorse-viewer.c b/src/seahorse-viewer.c
index e3e27a9..2e53113 100644
--- a/src/seahorse-viewer.c
+++ b/src/seahorse-viewer.c
@@ -168,7 +168,7 @@ on_app_about (GtkAction* action, SeahorseViewer* self)
 	gtk_about_dialog_set_documenters (about, documenters);
 	gtk_about_dialog_set_version (about, VERSION);
 	gtk_about_dialog_set_comments (about, _("Encryption Key Manager"));
-	gtk_about_dialog_set_copyright (about, "Copyright \xc2\xa9 2002 - 2008 Seahorse Project");
+	gtk_about_dialog_set_copyright (about, "Copyright \xc2\xa9 2002 - 2010 Seahorse Project");
 	gtk_about_dialog_set_translator_credits (about, _("translator-credits"));
 	gtk_about_dialog_set_logo_icon_name (about, "seahorse");
 	gtk_about_dialog_set_website (about, "http://www.gnome.org/projects/seahorse";);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]