Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=474a1cb7b9c127ddecd1005edf885ffc5f77396b

commit 474a1cb7b9c127ddecd1005edf885ffc5f77396b
Author: Priyank <[EMAIL PROTECTED]>
Date:   Wed Sep 5 11:58:11 2007 +0530

gfpm-about: add credits for artwork designers.

diff --git a/src/gfpm-about.c b/src/gfpm-about.c
index 0901d19..8523778 100644
--- a/src/gfpm-about.c
+++ b/src/gfpm-about.c
@@ -53,6 +53,11 @@ static gchar *authors[] = {  "Priyank M. Gosalia <[EMAIL 
PROTECTED]>",
};
static gchar *translators[] = { NULL };

+static gchar *artists[] = {    "Viktor Gondor <[EMAIL PROTECTED]>",
+                               "Sekkyumu <[EMAIL PROTECTED]>",
+                               "Priyank Gosalia <[EMAIL PROTECTED]>",
+                               NULL
+                       };
void
gfpm_about (void)
{
@@ -65,6 +70,7 @@ gfpm_about (void)
"comments", _("A graphical package manager for Frugalware Linux."),
"license", license,
"authors", authors,
+                               "artists", artists,
"translator-credits", translators,
"website", "http://www.frugalware.org/";,
"website-label", "http://www.frugalware.org/";,
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to