yet another about dialog patch
- From: MArk Finlay <sisob eircom net>
- To: desktop-devel-list gnome org
- Subject: yet another about dialog patch
- Date: 04 Dec 2002 18:07:09 +0000
I'm not sure what the conclusion was on the last patch,
but this one removes the link to gnotices because it no longer exists.
It also /s/GNOME Main Page/GNOME Homepage and adds a link to the fsf.
--
.--= [ MArk Finlay - sisob ] =--.
[ My Weblog: http://advogato.org/person/sisob ]
[ Gnome User's Board : www.gnomesupport.org/forums ]
[ Want to be a Hacker?: http://www.tuxedo.org/~esr/faqs/ ]
--- gnome-about.c.orig 2002-11-28 00:48:37.000000000 +0000
+++ gnome-about.c 2002-12-04 16:25:52.000000000 +0000
@@ -940,19 +940,19 @@
hbox = gtk_hbox_new (TRUE, 10);
gtk_box_pack_start (GTK_BOX (hbox),
- gnome_href_new ("http://gnotices.gnome.org/gnome-news/",
- _("GNOME News Site")),
- TRUE, FALSE, 0);
-
- gtk_box_pack_start (GTK_BOX (hbox),
gnome_href_new (_("http://www.gnome.org/"),
- _("GNOME Main Site")),
+ _("GNOME Homepage")),
TRUE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (hbox),
gnome_href_new ("http://developer.gnome.org/",
_("GNOME Developers' Site")),
TRUE, FALSE, 0);
+
+ gtk_box_pack_start (GTK_BOX (hbox),
+ gnome_href_new ("http://www.fsf.org/",
+ _("Free Software Foundation")),
+ TRUE, FALSE, 0);
gtk_box_pack_start_defaults (GTK_BOX (GTK_DIALOG (window)->vbox), hbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]