[tomboy] Update copyright year in about dialog



commit e3df90084229cae61b7a33fe373ca59dde84034f
Author: Stefan Schweizer <steve schweizer gmail com>
Date:   Sat Oct 23 12:32:17 2010 +0200

    Update copyright year in about dialog

 Tomboy/Tomboy.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 681491f..fe1a8a7 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -408,7 +408,7 @@ namespace Tomboy
 			about.Logo = GuiUtils.GetIcon ("tomboy", 48);
 			about.Copyright =
 			        Catalog.GetString ("Copyright \xa9 2004-2007 Alex Graveley\n" +
-				                   "Copyright \xa9 2004-2009 Others\n");
+				                   "Copyright \xa9 2004-2010 Others\n");
 			about.Comments = Catalog.GetString ("A simple and easy to use desktop " +
 			                                    "note-taking application.");
 			Gtk.AboutDialog.SetUrlHook (delegate (Gtk.AboutDialog dialog, string link) {



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