[tomboy] Update copyright information in About dialog.



commit 35047b8b083218d369c35302f8524ea593839ade
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon May 4 14:26:37 2009 -0700

    Update copyright information in About dialog.
---
 Tomboy/Tomboy.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 1ebc056..efddbde 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -308,7 +308,8 @@ namespace Tomboy
 			about.Version = Defines.VERSION;
 			about.Logo = GuiUtils.GetIcon ("tomboy", 48);
 			about.Copyright =
-			        Catalog.GetString ("Copyright \xa9 2004-2007 Alex Graveley");
+			        Catalog.GetString ("Copyright \xa9 2004-2007 Alex Graveley\n" +
+				                   "Copyright \xa9 2004-2009 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]