[gnome-logs] Add Jakub Steiner to artists
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] Add Jakub Steiner to artists
- Date: Tue, 26 Nov 2013 21:18:24 +0000 (UTC)
commit 5fd8a6cbc05566794d3a010ee6cf3bfd72552162
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]