Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center/.git;a=commitdiff;h=a54367cadd17360a6e643804a1fc3f387a541e3e

commit a54367cadd17360a6e643804a1fc3f387a541e3e
Author: Priyank <[EMAIL PROTECTED]>
Date:   Tue Jul 24 16:36:54 2007 +0530

gnetconfig-about: added names of translators to the about dialog.

diff --git a/gnetconfig/src/gnetconfig-about.c 
b/gnetconfig/src/gnetconfig-about.c
index 89365d7..485956a 100644
--- a/gnetconfig/src/gnetconfig-about.c
+++ b/gnetconfig/src/gnetconfig-about.c
@@ -42,10 +42,13 @@ static gchar        *license =
"Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, "
"MA  02110-1301  USA");

-static gchar *authors[] = { "Priyank M. Gosalia <[EMAIL PROTECTED]>",
+static const gchar *authors[] = { "Priyank M. Gosalia <[EMAIL PROTECTED]>",
"Christian Hamar alias krix <[EMAIL PROTECTED]>", NULL };
-static gchar *translators[] = { NULL };
-static gchar *artists[] = { "gnetconfig uses icons from the GNOME and Tango 
projects.",
+static const gchar translators[] = \
+                       "Finn <[EMAIL PROTECTED]> (de)\n"
+                       "Michel Hermier <[EMAIL PROTECTED]> (fr)\n"
+                       "Vajna Miklos <[EMAIL PROTECTED]> (hu)";
+static const gchar *artists[] = { "gnetconfig uses icons from the GNOME and 
Tango projects.",
NULL };

GdkPixbuf *about_pixbuf = NULL;
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to