diff src/about.c @ 1656:8c1861a8daa1

[gaim-migrate @ 1666] the website is now gaim.sourceforge.net committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 27 Mar 2001 22:26:23 +0000
parents 3456fd563e75
children cce40a648f7a
line wrap: on
line diff
--- a/src/about.c	Tue Mar 27 22:09:21 2001 +0000
+++ b/src/about.c	Tue Mar 27 22:26:23 2001 +0000
@@ -51,7 +51,7 @@
 
 static void about_click(GtkWidget *w, gpointer m)
 {
-	open_url_nw(NULL, "http://www.marko.net/gaim/");
+	open_url_nw(NULL, "http://gaim.sourceforge.net/");
 }
 
 void show_about(GtkWidget *w, void *null)
@@ -113,7 +113,7 @@
 		    gtk_label_new(_
 				  ("GAIM is a client that supports AOL's Instant Messenger protocol. "
 				   "It is written using Gtk+ and is licensed under the GPL.\n"
-				   "URL: http://www.marko.net/gaim/"));
+				   "URL: http://gaim.sourceforge.net/"));
 		gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
 		gtk_table_attach_defaults(GTK_TABLE(a_table), label, 0, 2, 0, 2);