diff pidgin/gtkconv.c @ 16939:bd0b946e6309

Don't translate Pidgin in /version, as Sadrul mentioned in #751.
author Richard Laager <rlaager@wiktel.com>
date Mon, 07 May 2007 21:59:53 +0000
parents b668951121d8
children ab45289d2c36
line wrap: on
line diff
--- 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);