Skip to content

Commit

Permalink
Update the copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed May 24, 2014
1 parent f3fc726 commit 5ca665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinta/Dialogs/AboutPintaTabPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public AboutPintaTabPage ()

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

Please sign in to comment.