]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
small fix to the gnome_url button
authorDaniel Carbonell Fraj <bocata@src.gnome.org>
Fri, 16 Apr 2004 16:55:21 +0000 (16:55 +0000)
committerDaniel Carbonell Fraj <bocata@src.gnome.org>
Fri, 16 Apr 2004 16:55:21 +0000 (16:55 +0000)
ChangeLog
src/dialogs.c

index e3afe4ce1c80f109fffb28eb536394c72ab763cd..79bb6e3cf047ed45e74a0b7e20c7d7a8782139a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-16  Dani Carbonell  <bocata@panete.net>
+
+       * src/dialogs.c (prefdialog_new): fixed the gnome_url button, the
+       webpage name has changed.
+
 2004-02-16  Jordi Mallach  <jordi@sindominio.net>
 
        * NEWS: Updated for 0.7.6.
index dd655d9bd98b407589cdd3ee6b6c158419486003..38a38980e07b3e17ea68fd052cbcce381362805f 100644 (file)
@@ -905,7 +905,7 @@ void prefdialog_new (void)
                       GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0);
     gtk_table_attach (GTK_TABLE(table), frame, 1, 2, 1, 2,
                       GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0);
-    url = gnome_href_new ("http://gtetrinet.sourceforge.net/themes.shtml", _("Download new themes"));
+    url = gnome_href_new ("http://gtetrinet.sourceforge.net/themes.html", _("Download new themes"));
     gtk_table_attach (GTK_TABLE(table), url, 1, 2, 2, 3,
                       GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_SHRINK, 0, 0);
     gtk_widget_show_all (table);