1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/deskutils/logjam/files/patch-src-menu.c
Roman Bogorodskiy 898e6c376c Add two additional patches, one of them with backdated entries fix and
another provides a keyboard shortcut for insertion of images; and bump
PORTREVISION.

PR:		102237
Submitted by:	danfe
2006-08-20 09:35:47 +00:00

11 lines
544 B
C

--- src/menu.c.orig Mon Oct 24 00:11:08 2005
+++ src/menu.c Thu Aug 17 02:01:02 2006
@@ -408,7 +408,7 @@
0, NULL },
{ "/Insert/---", NULL, NULL, 0, "<Separator>" },
{ N_("/Insert/_Link..."), "<ctl>L", menu_make_link },
-{ N_("/Insert/_Image..."), NULL, menu_insert_image },
+{ N_("/Insert/_Image..."), "<ctl><alt>P", menu_insert_image },
{ N_("/Insert/_Journal Link..."), "<ctl><alt>L", menu_make_journal_link },
{ N_("/Insert/lj-_cut..."), "<ctl><alt>X", menu_ljcut, 0, NULL },