diff src/gtkconv.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents 3ef381cdc47e
children 3897229ccb33
line wrap: on
line diff
--- a/src/gtkconv.c	Thu Dec 01 20:09:27 2005 +0000
+++ b/src/gtkconv.c	Thu Dec 01 21:13:48 2005 +0000
@@ -2865,8 +2865,7 @@
 	if (win->menu.send_to != NULL)
 		gtk_widget_destroy(win->menu.send_to);
 
-
-	/* Build the Send As menu */
+	/* Build the Send To menu */
 	win->menu.send_to = gtk_menu_item_new_with_mnemonic(_("_Send To"));
 	gtk_widget_show(win->menu.send_to);