[vino/gnome-3-0] Update copyright information in about dialog
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vino/gnome-3-0] Update copyright information in about dialog
- Date: Mon, 18 Apr 2011 17:01:50 +0000 (UTC)
commit 9874dc453bf7dc4fdcce51aedadadadfbc3bc913
Author: David King <amigadave amigadave com>
Date: Mon Apr 18 18:53:13 2011 +0200
Update copyright information in about dialog
server/vino-status-icon.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/server/vino-status-icon.c b/server/vino-status-icon.c
index fe50c3e..b44154d 100644
--- a/server/vino-status-icon.c
+++ b/server/vino-status-icon.c
@@ -244,7 +244,7 @@ vino_status_icon_about (VinoStatusIcon *icon)
g_return_if_fail (VINO_IS_STATUS_ICON (icon));
- const char *authors[] = {
+ static const gchar * const authors[] = {
"Mark McLoughlin <mark skynet ie>",
"Calum Benson <calum benson sun com>",
"Federico Mena Quintero <federico ximian com>",
@@ -253,8 +253,14 @@ vino_status_icon_about (VinoStatusIcon *icon)
"Steven Zhang <steven zhang sun com>",
"Srirama Sharma <srirama sharma wipro com>",
"Jonh Wendell <wendell bani com br>",
+ "David King <amigadave amigadave com>",
NULL
};
+ static const gchar copyright[] = \
+ "Copyright © 2004â??2011 Mark McLoughlin\n" \
+ "Copyright © 2006â??2011 Jonh Wendell\n" \
+ "Copyright © 2011 David King";
+
char *license;
char *translators;
@@ -284,6 +290,7 @@ vino_status_icon_about (VinoStatusIcon *icon)
"website", PACKAGE_URL,
"license", license,
"authors", authors,
+ "copyright", copyright,
"translator-credits", translators,
"logo-icon-name", "preferences-desktop-remote-desktop",
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]