[LyX/2.4.1-devel] Fix bug #13025.

Richard Kimberly Heck rikiheck at lyx.org
Mon Apr 1 21:26:43 UTC 2024


commit 9e5a98e8f92f773e11815631961997b8045d20b1
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Mon Apr 1 17:25:40 2024 -0400

    Fix bug #13025.
    
    Add plain single quote to menu.
---
 lib/ui/stdmenus.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 93db305124..6ef3357f72 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -415,7 +415,8 @@ Menuset
 		Item "Symbols...|b" "dialog-show symbols"
 		Item "Ellipsis|i" "specialchar-insert dots"
 		Item "End of Sentence|E" "specialchar-insert end-of-sentence"
-		Item "Plain Quotation Mark|Q" "quote-insert outer auto plain"
+		Item "Plain Double Quotation Mark|Q" "quote-insert outer auto plain"
+		Item "Plain Single Quotation Mark|Q" "quote-insert inner auto plain"
 		Item "Inner Quotation Mark|n" "quote-insert inner"
 		Item "Non-Breaking Hyphen|y" "specialchar-insert nobreakdash"
 		Item "Breakable Slash|a" "specialchar-insert slash"


More information about the lyx-cvs mailing list