[gnome-sudoku] Update about dialog



commit 23c14037d97cfd251c39719dc8b56a8595019e8e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jun 29 16:45:12 2014 -0500

    Update about dialog
    
    Parin goes here
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732448

 src/gnome-sudoku.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
index f79ab76..c1514a2 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -369,6 +369,7 @@ public class Sudoku : Gtk.Application
     private const string[] authors = { "Robert Ancell <robert ancell gmail com>",
                                        "Christopher Baines <cbaines8 gmail com>",
                                        "Thomas M. Hinkle <Thomas_Hinkle alumni brown edu>",
+                                       "Parin Porecha <parinporecha gmail com>",
                                        "John Stowers <john stowers gmail com>",
                                        null };
 
@@ -379,7 +380,7 @@ public class Sudoku : Gtk.Application
                                "logo-icon-name", "gnome-sudoku",
                                "version", VERSION,
                                "comments", _("The popular Japanese logic puzzle\n\nGNOME Sudoku is a part of 
GNOME Games."),
-                               "copyright", "Copyright © 2005–2008 Thomas M. Hinkle\nCopyright © 2010–2011 
Robert Ancell",
+                               "copyright", "Copyright © 2005–2008 Thomas M. Hinkle\nCopyright © 2010–2011 
Robert Ancell\nCopyright © 2014 Parin Porecha",
                                "license-type", License.GPL_2_0,
                                "authors", authors,
                                "artists", null,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]