Mercurial > pidgin
changeset 16930:00c24829e243
Patch #751 from 'Dustin Howett' to change the output string from /debug version.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 08 May 2007 00:35:34 +0000 |
parents | 955db6f31006 |
children | 9278933225eb |
files | finch/gntconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/gntconv.c Mon May 07 23:14:29 2007 +0000 +++ b/finch/gntconv.c Tue May 08 00:35:34 2007 +0000 @@ -789,7 +789,7 @@ PurpleCmdStatus status; if (!g_ascii_strcasecmp(args[0], "version")) { - tmp = g_strdup_printf("me is using %s.", VERSION); + tmp = g_strdup_printf("me is using Finch v%s.", VERSION); markup = g_markup_escape_text(tmp, -1); status = purple_cmd_do_command(conv, tmp, markup, error);