# HG changeset patch # User Eric Warmenhoven # Date 985731983 0 # Node ID 8c1861a8daa15f143d5c8a43791951a2092805b7 # Parent a4f1f8d429fb72eec0046d90eeecc72856c1d9b7 [gaim-migrate @ 1666] the website is now gaim.sourceforge.net committer: Tailor Script diff -r a4f1f8d429fb -r 8c1861a8daa1 README --- a/README Tue Mar 27 22:09:21 2001 +0000 +++ b/README Tue Mar 27 22:26:23 2001 +0000 @@ -51,7 +51,7 @@ The panel (if you made an applet) requires certain things to be in certain places, but the Makefile/configure script should figure things out for you. -Send me bug reports. The web page is http://www.marko.net/gaim and the ftp +Send me bug reports. The web page is http://gaim.sourceforge.net/and the ftp site is ftp://ftp.marko.net/pub/gaim. We also have a sourceforge page at http://sourceforge.net/projects/gaim/ diff -r a4f1f8d429fb -r 8c1861a8daa1 src/about.c --- 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); diff -r a4f1f8d429fb -r 8c1861a8daa1 src/oscar.c --- a/src/oscar.c Tue Mar 27 22:09:21 2001 +0000 +++ b/src/oscar.c Tue Mar 27 22:26:23 2001 +0000 @@ -525,7 +525,7 @@ break; case 0x1c: /* client too old */ - hide_login_progress(gc, _("The client version you are using is too old. Please upgrade at http://www.marko.net/gaim/")); + hide_login_progress(gc, _("The client version you are using is too old. Please upgrade at http://gaim.sourceforge.net/")); plugin_event(event_error, (void *)989, 0, 0, 0); break; default: