[gitg/gtk3] Use the PACKAGE_URL variable in about dialog



commit 834fa17df4c94d69680cb4040bf79902dc979927
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Feb 26 15:23:30 2011 +0000

    Use the PACKAGE_URL variable in about dialog

 gitg/gitg-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitg/gitg-window.c b/gitg/gitg-window.c
index 6e11ab0..5f13d4f 100644
--- a/gitg/gitg-window.c
+++ b/gitg/gitg-window.c
@@ -2225,8 +2225,8 @@ on_help_about (GtkAction  *action,
 	                       "copyright", copyright,
 	                       "comments", _ (comments),
 	                       "version", VERSION,
-	                       "website", "http://trac.novowork.com/gitg";,
-	                       "website-label", "trac.novowork.com/gitg",
+	                       "website", PACKAGE_URL,
+	                       "website-label", "gitg homepage",
 	                       "logo", pixbuf,
 	                       "license-type", GTK_LICENSE_GPL_2_0,
 	                       NULL);



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