Skip to content

Commit

Permalink
[Fixes bug #988171] Update copyright year to 2012.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Apr 25, 2012
1 parent 9a5ed48 commit 1f84e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinta/Dialogs/AboutPintaTabPage.cs
Expand Up @@ -54,7 +54,7 @@ public AboutPintaTabPage ()

label = null;
label = new Label ();
label.Markup = string.Format ("<b>{0}</b>\n (c) 2010-2011 {1}", Catalog.GetString ("Copyright"), Catalog.GetString ("by Pinta contributors"));
label.Markup = string.Format ("<b>{0}</b>\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);
Expand Down

0 comments on commit 1f84e37

Please sign in to comment.