Skip to content

Commit

Permalink
[Fixes bug #1181469] Update the copyright date in the About dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed May 19, 2013
1 parent e793f48 commit 88a90c7
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-2012 {1}", Catalog.GetString ("Copyright"), Catalog.GetString ("by Pinta contributors"));
label.Markup = string.Format ("<b>{0}</b>\n (c) 2010-2013 {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 88a90c7

Please sign in to comment.