[LyX/master] Fix bug #12261. From Daniel.

Richard Kimberly Heck rikiheck at lyx.org
Wed Mar 24 17:44:06 UTC 2021


commit 7f2d488e457882fa4f2cb913972c1e95b84b116b
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Wed Mar 24 13:50:43 2021 -0400

    Fix bug #12261. From Daniel.
---
 lib/ui/stdtoolbars.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc
index 5d48811..0028e8c 100644
--- a/lib/ui/stdtoolbars.inc
+++ b/lib/ui/stdtoolbars.inc
@@ -86,7 +86,7 @@ ToolbarSet
 		Item "Cut" "cut"
 		Item "Copy" "copy"
 		DynamicMenu "paste" "Paste"
-		Item "Find and replace" "dialog-show findreplace"
+		Item "Find and replace" "dialog-toggle findreplace"
 		Item "Find and replace (advanced)" "dialog-toggle findreplaceadv"
 		Item "Navigate back" "bookmark-goto 0"
 		Separator


More information about the lyx-cvs mailing list