Removed ctrl+w keybinding from close menu. Closes #397.

This commit is contained in:
Poke 2017-02-18 18:51:42 -08:00 committed by TingPing
parent 7d78c6bca0
commit 30a223a6cb
1 changed files with 1 additions and 1 deletions

View File

@ -1761,7 +1761,7 @@ static struct mymenu mymenu[] = {
#define DETACH_OFFSET (12)
{0, menu_detach, GTK_STOCK_REDO, M_MENUSTOCK, 0, 0, 1}, /* 12 */
#define CLOSE_OFFSET (13)
{0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1, GDK_KEY_w},
{0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1},
{0, 0, 0, M_SEP, 0, 0, 0},
{N_("_Quit"), menu_quit, GTK_STOCK_QUIT, M_MENUSTOCK, 0, 0, 1, GDK_KEY_q}, /* 15 */