[giggle] Add documenteres to about dialog



commit b9fb50d45b3c27cfc24f0c5f9e6bf5c3416e7f51
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Apr 21 23:05:47 2010 +0200

    Add documenteres to about dialog
    
    Add the author of our Mallard documentaion. Thanks Å?ukasz JernaÅ?!

 src/giggle-window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/giggle-window.c b/src/giggle-window.c
index 75e4cf4..cdbc15f 100644
--- a/src/giggle-window.c
+++ b/src/giggle-window.c
@@ -944,11 +944,10 @@ window_action_about_cb (GtkAction    *action,
 		NULL
 	};
 
-	/*
 	const gchar *documenters[] = {
+		"Å?ukasz JernaÅ?",
 		NULL
 	};
-	*/
 
 	const gchar *copyright = _("Copyright © 2007 - 2008 Imendio AB\n"
 	                           "Copyright © 2008 - 2009 Mathias Hasselmann\n"
@@ -988,7 +987,7 @@ window_action_about_cb (GtkAction    *action,
 	                       "authors", authors,
 	                       "comments", _("A graphical frontend for Git"),
 			       "copyright", copyright,
-	                       /* "documenters", documenters, */
+	                       "documenters", documenters,
 	                       "license", license_translated,
 	                       "logo-icon-name", PACKAGE,
 	                       "title", _("About Giggle"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]