Tue, 27 Mar 2001 22:26:23 +0000
[gaim-migrate @ 1666]
the website is now gaim.sourceforge.net
| README | file | annotate | diff | comparison | revisions | |
| src/about.c | file | annotate | diff | comparison | revisions | |
| src/oscar.c | file | annotate | diff | comparison | revisions |
--- 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/
--- 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);
--- 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: