[gitg] Use the PACKAGE_URL variable in about dialog



commit 8218a2c3c6f2a129fadb9723391e519f0ea77c55
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Feb 26 15:01:47 2011 +0000

    Use the PACKAGE_URL variable in about dialog

 gitg/gitg-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-window.c b/gitg/gitg-window.c
index 4a90bd6..8bd4e6b 100644
--- a/gitg/gitg-window.c
+++ b/gitg/gitg-window.c
@@ -2274,7 +2274,7 @@ on_help_about (GtkAction  *action,
 	                       "copyright", copyright,
 	                       "comments", _ (comments),
 	                       "version", VERSION,
-	                       "website", "http://trac.novowork.com/gitg";,
+	                       "website", PACKAGE_URL,
 	                       "logo", pixbuf,
 	                       "license", _ (license),
 	                       NULL);



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