[gedit] Gtk3's AboutDialog choose to be ugly by default.



commit 27a0c1cc3dfbc2d1368b644d37ad4107bf3b12ac
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Dec 22 20:34:01 2010 +0100

    Gtk3's AboutDialog choose to be ugly by default.
    
    Explicitely set the website label.

 gedit/gedit-commands-help.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 216d2ba..7874e89 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -111,6 +111,7 @@ _gedit_cmd_help_about (GtkAction   *action,
 			       "translator-credits", _("translator-credits"),
 			       "version", VERSION,
 			       "website", "http://www.gedit.org";,
+			       "website-label", "www.gedit.org",
 			       NULL);
 
 	if (logo)



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