# HG changeset patch # User Richard Laager # Date 1137456552 0 # Node ID e9b0c90ce58a702e50bfa2dc0700e3563b2f3168 # Parent 82fd52867ffc5dff22eae57fe97d28090f1aaf8a [gaim-migrate @ 15250] dwightshepherd says in SF Bug #1407720: "The icon used for the 'clear' option under the conversation menu is the same icon used for the clear formating in the formating toolbar. This, imho is misleadding and can lead to confusion." I'm changing "Clear" to "Clear Scrollback" in the menu. (I chose "Scrollback" to match `/help clear`.) committer: Tailor Script diff -r 82fd52867ffc -r e9b0c90ce58a src/gtkconv.c --- a/src/gtkconv.c Tue Jan 17 00:04:11 2006 +0000 +++ b/src/gtkconv.c Tue Jan 17 00:09:12 2006 +0000 @@ -2537,7 +2537,7 @@ { N_("/Conversation/View _Log"), NULL, menu_view_log_cb, 0, "", GAIM_STOCK_LOG }, { N_("/Conversation/_Save As..."), NULL, menu_save_as_cb, 0, "", GTK_STOCK_SAVE_AS }, - { N_("/Conversation/Clea_r"), "L", menu_clear_cb, 0, "", GTK_STOCK_CLEAR }, + { N_("/Conversation/Clea_r Scrollback"), "L", menu_clear_cb, 0, "", GTK_STOCK_CLEAR }, { "/Conversation/sep1", NULL, NULL, 0, "", NULL },