changeset 24230:ce1086a69ef2

More strings for translation.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 22 Oct 2008 15:23:17 +0000
parents 315a2a4f1f52
children 1163d93da109 26c85b154f3a
files pidgin/gtkstatusbox.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Wed Oct 22 15:14:03 2008 +0000
+++ b/pidgin/gtkstatusbox.c	Wed Oct 22 15:23:17 2008 +0000
@@ -397,11 +397,9 @@
 	status_box->icon_box = gtk_event_box_new();
 	gtk_widget_set_parent(status_box->icon_box, GTK_WIDGET(status_box));
 	gtk_widget_show(status_box->icon_box);
-#if 0
 	gtk_widget_set_tooltip_text(status_box->icon_box,
 			status_box->account ? _("Click to change your buddyicon for this account.") :
 				_("Click to change your buddyicon for all accounts."));
-#endif
 
 	if (status_box->account &&
 		!purple_account_get_bool(status_box->account, "use-global-buddyicon", TRUE))