fix attach/detach keyboard shortcut broken by the autocopy patch

This commit is contained in:
berkeviktor@aol.com 2011-07-28 02:22:22 +02:00
parent 4d56196ced
commit 8877fe73b1
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ static struct mymenu mymenu[] = {
#endif
{0, 0, 0, M_SEP, 0, 0, 0}, /* 11 */
#define DETACH_OFFSET (12)
{0, menu_detach, GTK_STOCK_REDO, M_MENUSTOCK, 0, 0, 1, GDK_I}, /* 12 */
{0, menu_detach, GTK_STOCK_REDO, M_MENUSTOCK, 0, 0, 1, GDK_i}, /* 12 */
#define CLOSE_OFFSET (13)
{0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1, GDK_w},
{0, 0, 0, M_SEP, 0, 0, 0},