From 1f84e37348e643acc39152e37f7b629095da5a6a Mon Sep 17 00:00:00 2001 From: Cameron White Date: Wed, 25 Apr 2012 02:02:04 -0400 Subject: [PATCH] [Fixes bug #988171] Update copyright year to 2012. --- Pinta/Dialogs/AboutPintaTabPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pinta/Dialogs/AboutPintaTabPage.cs b/Pinta/Dialogs/AboutPintaTabPage.cs index 4e7afc8eb..1a965a388 100644 --- a/Pinta/Dialogs/AboutPintaTabPage.cs +++ b/Pinta/Dialogs/AboutPintaTabPage.cs @@ -54,7 +54,7 @@ public AboutPintaTabPage () label = null; label = new Label (); - label.Markup = string.Format ("{0}\n (c) 2010-2011 {1}", Catalog.GetString ("Copyright"), Catalog.GetString ("by Pinta contributors")); + label.Markup = string.Format ("{0}\n (c) 2010-2012 {1}", Catalog.GetString ("Copyright"), Catalog.GetString ("by Pinta contributors")); HBox hBoxCopyright = new HBox (); hBoxCopyright.PackStart (label, false, false, 5); this.PackStart (hBoxCopyright, false, true, 5);