[gnome-calendar] Added artists to the About dialog.
- From: Erick PÃrez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] Added artists to the About dialog.
- Date: Tue, 21 Aug 2012 12:40:10 +0000 (UTC)
commit c7aded0cddfbb308397547a6314350f9a2734997
Author: Erick PÃrez Castellanos <erick red gmail com>
Date: Mon Aug 20 23:42:29 2012 -0400
Added artists to the About dialog.
src/gcal-application.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-application.c b/src/gcal-application.c
index 3e2987b..def84f4 100644
--- a/src/gcal-application.c
+++ b/src/gcal-application.c
@@ -257,6 +257,10 @@ gcal_application_show_about (GSimpleAction *simple,
"Erick PÃrez Castellanos <erickpc gnome org>",
NULL
};
+ const gchar *artists[] = {
+ "Reda Lazri <the red shortcut gmail com>",
+ NULL
+ };
date = g_date_time_new_now_local ();
@@ -278,6 +282,7 @@ gcal_application_show_about (GSimpleAction *simple,
"version", VERSION,
"copyright", copyright,
"authors", authors,
+ "artists", artists,
"logo-icon-name", "x-office-calendar",
NULL);
g_free (copyright);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]