comparison src/gtkconv.c @ 11114:2ace374369d1

[gaim-migrate @ 13167] (19:40:07) Peter Lawler (Bleeter): rlaager: CTRL+G? huh? why not CTRL+I? that makes more sense for 'Info'. (And will no doubt conflict with CTRL+G = gaim_buzz if/when it's completed) (19:40:40) Luke Schierer (LSchiere): control-i is italics ... (19:41:51) Luke Schierer (LSchiere): control-g would be the perfect bell keystroke (19:42:02) Gary Kramlich (grim): LSchiere: thats what it is in yahoo... (19:42:03) Peter Lawler (Bleeter): LSchiere: I've been advocating that for months ... (19:47:45) Peter Lawler (Bleeter): rlaager: quick suggestion, go through the .po's and find a common latin letter (19:48:00) Peter Lawler (Bleeter): *letter for that string ... (19:51:02) rlaager: Bleeter: n or o seem to be the best options (19:53:56) rlaager: Bleeter: I'm leaning towards Ctrl-O in case we want Ctrl-N for invite. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 18 Jul 2005 01:00:38 +0000
parents 92f7b92e866b
children e099f00b2f93
comparison
equal deleted inserted replaced
11113:a5efa067eaca 11114:2ace374369d1
3552 { "/Conversation/sep1", NULL, NULL, 0, "<Separator>" }, 3552 { "/Conversation/sep1", NULL, NULL, 0, "<Separator>" },
3553 3553
3554 { N_("/Conversation/Se_nd File..."), NULL, menu_send_file_cb, 0, "<StockItem>", GAIM_STOCK_FILE_TRANSFER }, 3554 { N_("/Conversation/Se_nd File..."), NULL, menu_send_file_cb, 0, "<StockItem>", GAIM_STOCK_FILE_TRANSFER },
3555 { N_("/Conversation/Add Buddy _Pounce..."), NULL, menu_add_pounce_cb, 3555 { N_("/Conversation/Add Buddy _Pounce..."), NULL, menu_add_pounce_cb,
3556 0, NULL }, 3556 0, NULL },
3557 { N_("/Conversation/_Get Info"), "<CTL>G", menu_get_info_cb, 0, 3557 { N_("/Conversation/_Get Info"), "<CTL>O", menu_get_info_cb, 0,
3558 "<StockItem>", GAIM_STOCK_INFO }, 3558 "<StockItem>", GAIM_STOCK_INFO },
3559 { N_("/Conversation/_Warn..."), NULL, menu_warn_cb, 0, 3559 { N_("/Conversation/_Warn..."), NULL, menu_warn_cb, 0,
3560 "<StockItem>", GAIM_STOCK_WARN }, 3560 "<StockItem>", GAIM_STOCK_WARN },
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 },