Mercurial > pidgin
comparison src/gtkconv.c @ 11115:e099f00b2f93
[gaim-migrate @ 13169]
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). Patched the
appropriate msgid lines, and the msgstr lines where
they were unchanged. Otherwise, I'd have to wait for
the en_GB "translation" :-)"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 18 Jul 2005 01:24:02 +0000 |
parents | 2ace374369d1 |
children | 096020ae09a9 |
comparison
equal
deleted
inserted
replaced
11114:2ace374369d1 | 11115:e099f00b2f93 |
---|---|
3561 { N_("/Conversation/In_vite..."), NULL, menu_invite_cb, 0, | 3561 { N_("/Conversation/In_vite..."), NULL, menu_invite_cb, 0, |
3562 "<StockItem>", GAIM_STOCK_INVITE }, | 3562 "<StockItem>", GAIM_STOCK_INVITE }, |
3563 | 3563 |
3564 { "/Conversation/sep2", NULL, NULL, 0, "<Separator>" }, | 3564 { "/Conversation/sep2", NULL, NULL, 0, "<Separator>" }, |
3565 | 3565 |
3566 { N_("/Conversation/A_lias..."), NULL, menu_alias_cb, 0, | 3566 { N_("/Conversation/Al_ias..."), NULL, menu_alias_cb, 0, |
3567 "<StockItem>", GAIM_STOCK_EDIT }, | 3567 "<StockItem>", GAIM_STOCK_EDIT }, |
3568 { N_("/Conversation/_Block..."), NULL, menu_block_cb, 0, | 3568 { N_("/Conversation/_Block..."), NULL, menu_block_cb, 0, |
3569 "<StockItem>", GAIM_STOCK_BLOCK }, | 3569 "<StockItem>", GAIM_STOCK_BLOCK }, |
3570 { N_("/Conversation/_Add..."), NULL, menu_add_remove_cb, 0, | 3570 { N_("/Conversation/_Add..."), NULL, menu_add_remove_cb, 0, |
3571 "<StockItem>", GTK_STOCK_ADD }, | 3571 "<StockItem>", GTK_STOCK_ADD }, |
3587 /* Options */ | 3587 /* Options */ |
3588 { N_("/_Options"), NULL, NULL, 0, "<Branch>" }, | 3588 { N_("/_Options"), NULL, NULL, 0, "<Branch>" }, |
3589 { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>" }, | 3589 { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>" }, |
3590 { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>" }, | 3590 { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>" }, |
3591 { N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>" }, | 3591 { N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>" }, |
3592 { N_("/Options/Show T_imestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" }, | 3592 { N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" }, |
3593 { N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "<CheckItem>" }, | 3593 { N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "<CheckItem>" }, |
3594 }; | 3594 }; |
3595 | 3595 |
3596 static const int menu_item_count = | 3596 static const int menu_item_count = |
3597 sizeof(menu_items) / sizeof(*menu_items); | 3597 sizeof(menu_items) / sizeof(*menu_items); |