gaim/gaim

Patch #1235724, from Will Thompson (resiak)
oldstatus
2005-07-17, Richard Laager
1ca92122652b
Parents 7c8b5922d6bb
Children 7bb59cfa4392
Patch #1235724, from Will Thompson (resiak)

"Fixed conflicting mnemonics in the conversation window
(A_lias became Al_ias to avoid clashing with View _Log,
and Show T_imestamps became Show Ti_mestamps to avoid
clashing with Show Buddy _Icon)."
--- a/src/gtkconv.c Sun Jul 17 21:02:17 2005 -0400
+++ b/src/gtkconv.c Sun Jul 17 21:31:43 2005 -0400
@@ -3683,7 +3683,7 @@
{ "/Conversation/sep2", NULL, NULL, 0, "<Separator>" },
- { N_("/Conversation/A_lias..."), NULL, menu_alias_cb, 0,
+ { N_("/Conversation/Al_ias..."), NULL, menu_alias_cb, 0,
"<StockItem>", GAIM_STOCK_EDIT },
{ N_("/Conversation/_Block..."), NULL, menu_block_cb, 0,
"<StockItem>", GAIM_STOCK_BLOCK },
@@ -3709,7 +3709,7 @@
{ N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>" },
{ N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>" },
{ N_("/Options/Show Formatting _Toolbar"), NULL, menu_toolbar_cb, 0, "<CheckItem>" },
- { N_("/Options/Show T_imestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" },
+ { N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" },
};
static const int menu_item_count =