summaryrefslogtreecommitdiff
path: root/gedit/gedit-commands-help.c
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2010-12-22 20:34:01 +0100
committerPaolo Borelli <pborelli@gnome.org>2010-12-22 20:37:22 +0100
commit27a0c1cc3dfbc2d1368b644d37ad4107bf3b12ac (patch)
tree9abdf57d8d57d5a97f76de39e0b4b8ac9d6a9a14 /gedit/gedit-commands-help.c
parent02afb7d26002356bbca025bef5277beb0d1dc73e (diff)
downloadgedit-27a0c1cc3dfbc2d1368b644d37ad4107bf3b12ac.tar.gz
Gtk3's AboutDialog choose to be ugly by default.
Explicitely set the website label.
Diffstat (limited to 'gedit/gedit-commands-help.c')
-rw-r--r--gedit/gedit-commands-help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 216d2baf4..7874e891a 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)