[gitg/gtk3: 12/20] GTK+ 3's GtkAboutDialog choose to be ugly by default.



commit ec29ed37c47bf3aefca0989d50a2635ab6ca3a57
Author: Garrett Regier <alias301 gmail com>
Date:   Sun Jan 2 20:58:12 2011 -0800

    GTK+ 3's GtkAboutDialog choose to be ugly by default.
    
    Explicitly set the website label.

 gitg/gitg-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gitg/gitg-window.c b/gitg/gitg-window.c
index 5b81a49..de3b629 100644
--- a/gitg/gitg-window.c
+++ b/gitg/gitg-window.c
@@ -2245,6 +2245,7 @@ on_help_about (GtkAction  *action,
 	                       "comments", _ (comments),
 	                       "version", VERSION,
 	                       "website", "http://trac.novowork.com/gitg";,
+	                       "website-label", "trac.novowork.com/gitg",
 	                       "logo", pixbuf,
 	                       "license", _ (license),
 	                       NULL);



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