# HG changeset patch # User Rob Flynn # Date 1020831161 0 # Node ID 59cad0db9a6bb3878218a1689fd28762787bdb5d # Parent 6a96436a542ad1644f80ce926c149d705bf25b4d [gaim-migrate @ 3252] with life also comes the end and with hope also comes regret the demise of your heart and your courage withering away in the sun much like a rose once trampled on no longer living inside your soul steps aside committer: Tailor Script diff -r 6a96436a542a -r 59cad0db9a6b gaim.desktop --- a/gaim.desktop Wed May 08 00:50:22 2002 +0000 +++ b/gaim.desktop Wed May 08 04:12:41 2002 +0000 @@ -1,6 +1,6 @@ [Desktop Entry] Name=Gaim -Comment=Client for AOL IM +Comment=Linux Instant Messaging Client Exec=gaim Icon=gaim.xpm Info=Gaim diff -r 6a96436a542a -r 59cad0db9a6b src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Wed May 08 00:50:22 2002 +0000 +++ b/src/protocols/irc/irc.c Wed May 08 04:12:41 2002 +0000 @@ -954,7 +954,7 @@ if (!g_strncasecmp(msg, "VERSION", 7)) { g_snprintf(buf, sizeof(buf), "NOTICE %s :\001VERSION Gaim " VERSION ": The Pimpin " - "Penguin AIM Clone: " WEBSITE "\001\r\n", nick); + "Linux Messaging Client: " WEBSITE "\001\r\n", nick); irc_write(id->fd, buf, strlen(buf)); } if (!g_strncasecmp(msg, "ACTION", 6)) {