From a9a6592f58ee9b35ec1a15a12998489bc031ffe7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 20 Mar 2006 15:41:25 +0000 Subject: [PATCH] fix find&replace with sciword bindings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13436 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/bind/sciword.bind | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 69b7937164..888dcf0558 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-03-20 Jean-Marc Lasgouttes + + * bind/sciword.bind: fix find&replace entry. + 2006-03-15 Georg Baum * symbols: Add \tag and \tag* diff --git a/lib/bind/sciword.bind b/lib/bind/sciword.bind index a6e845f304..3c5bc0b37e 100644 --- a/lib/bind/sciword.bind +++ b/lib/bind/sciword.bind @@ -163,7 +163,7 @@ #\bind "C-F1" "help-context" # Not yet implemented! \bind "F2" "buffer-write" \bind "S-F2" "buffer-export latex" -\bind "F3" "find-replace" +\bind "F3" "dialog-show findreplace" \bind "C-F4" "buffer-close" \bind "M-F4" "lyx-quit"