Don't translate Pidgin in /version, as Sadrul mentioned in #751.

Mon, 07 May 2007 21:59:53 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 07 May 2007 21:59:53 +0000
changeset 16984
e41a75a89e2e
parent 16983
3fd7f8752e5a
child 16985
b49452d70ba6

Don't translate Pidgin in /version, as Sadrul mentioned in #751.

pidgin/gtkconv.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkconv.c	Mon May 07 18:12:31 2007 +0000
+++ b/pidgin/gtkconv.c	Mon May 07 21:59:53 2007 +0000
@@ -376,7 +376,7 @@
 	PurpleCmdStatus status;
 
 	if (!g_ascii_strcasecmp(args[0], "version")) {
-		tmp = g_strdup_printf("me is using %s v%s.", PIDGIN_NAME, VERSION);
+		tmp = g_strdup_printf("me is using %s v%s.", "Pidgin", VERSION);
 		markup = g_markup_escape_text(tmp, -1);
 
 		status = purple_cmd_do_command(conv, tmp, markup, error);

mercurial