diff pidgin/gtkdocklet.c @ 16921:b668951121d8

Change the PIDGIN_NAME stuff to allow translators to transliterate the name. The only advantage of PIDGIN_NAME is that it reduces the number of strings in the .po file where they'd need to transliterate Pidgin. I'm not sure if that's useful or not.
author Richard Laager <rlaager@wiktel.com>
date Sun, 06 May 2007 00:44:41 +0000
parents 0aa5e1e5c937
children 06f6768b6e29
line wrap: on
line diff
--- a/pidgin/gtkdocklet.c	Sun May 06 00:43:29 2007 +0000
+++ b/pidgin/gtkdocklet.c	Sun May 06 00:44:41 2007 +0000
@@ -171,7 +171,7 @@
 		g_list_free(convs);
 
 	} else if (ui_ops->set_tooltip) {
-		char *tooltip_text = g_strconcat(PIDGIN_NAME " - ",
+		char *tooltip_text = g_strconcat(PIDGIN_NAME, " - ",
 			purple_savedstatus_get_title(saved_status), NULL);
 		ui_ops->set_tooltip(tooltip_text);
 		g_free(tooltip_text);