From 2c0776ee87918326454e708fc562a50b2ed8e6c7 Mon Sep 17 00:00:00 2001 From: John Levon Date: Sat, 15 Feb 2003 19:09:04 +0000 Subject: [PATCH] fix another duplicate shortcut, committed as obvious git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6162 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/ChangeLog | 4 ++++ src/frontends/xforms/forms/form_graphics.fd | 2 +- status.13x | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index a2c77c908f..27ad43e5c4 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2003-02-15 John Levon + + * forms/form_graphics.fd: fix duplicate 'a' shortcut + 2003-02-10 Juergen Spitzmueller * FormDocument.C: Reset paperpackage to NONE when diff --git a/src/frontends/xforms/forms/form_graphics.fd b/src/frontends/xforms/forms/form_graphics.fd index f63805540a..1e99a19b87 100644 --- a/src/frontends/xforms/forms/form_graphics.fd +++ b/src/frontends/xforms/forms/form_graphics.fd @@ -227,7 +227,7 @@ alignment: FL_ALIGN_CENTER style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Draft mode|#a +label: Draft mode|#o shortcut: resize: FL_RESIZE_NONE gravity: FL_East FL_East diff --git a/status.13x b/status.13x index e6cb14df24..d951a2595c 100644 --- a/status.13x +++ b/status.13x @@ -56,6 +56,8 @@ What's new - fix various problems with paper size selection [bug #844 and more] +- duplicate 'a' shortcut in graphics dialog fixed [XForms only] + - in the dialogs, replace LaTeX font size names by LyX names for consistency reasons and to resolve a translation conflict