Mercurial > pidgin
changeset 3235:59cad0db9a6b
[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 <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 08 May 2002 04:12:41 +0000 |
parents | 6a96436a542a |
children | 6796fdeed022 |
files | gaim.desktop src/protocols/irc/irc.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)) {