[gnome-characters] window: Credit artists on about dialog



commit e907fb143980258886329405d1e2d053f6df20ff
Author: Daiki Ueno <dueno src gnome org>
Date:   Mon Mar 2 17:45:56 2015 +0900

    window: Credit artists on about dialog

 src/window.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index 64b220a..d1c7c69 100644
--- a/src/window.js
+++ b/src/window.js
@@ -158,7 +158,10 @@ const MainWindow = new Lang.Class({
 
     _about: function() {
         let aboutDialog = new Gtk.AboutDialog(
-            { authors: [ 'Daiki Ueno <dueno src gnome org>' ],
+            { artists: [ 'Allan Day <allanpday gmail com>',
+                         'Jakub Steiner <jimmac gmail com>' ],
+              authors: [ 'Daiki Ueno <dueno src gnome org>' ],
+              // TRANSLATORS: put your names here, one name per line.
               translator_credits: _("translator-credits"),
               program_name: _("GNOME Characters"),
               comments: _("Character Map"),


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