[gnome-logs/wip/detail] Add Jakub Steiner to artists



commit 848eca656f5d700c1bc872da332925d4abe961ad
Author: David King <davidk gnome org>
Date:   Tue Nov 26 21:17:49 2013 +0000

    Add Jakub Steiner to artists

 src/gl-application.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gl-application.c b/src/gl-application.c
index 6348aa2..158b196 100644
--- a/src/gl-application.c
+++ b/src/gl-application.c
@@ -59,6 +59,10 @@ on_about (GSimpleAction *action,
 {
     GtkApplication *application;
     GtkWindow *parent;
+    static const gchar* artists[] = {
+        "Jakub Steiner <jimmac gmail com>",
+        NULL
+    };
     static const gchar* authors[] = {
         "David King <davidk gnome org>",
         NULL
@@ -68,6 +72,7 @@ on_about (GSimpleAction *action,
     parent = gtk_application_get_active_window (GTK_APPLICATION (application));
     gtk_show_about_dialog (parent,
                            "authors", authors,
+                           "artists", artists,
                            "translator-credits", _("translator-credits"),
                            "comments", _("View and search logs"),
                            "copyright", "Copyright © 2013 Red Hat, Inc.",


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