]> git.lyx.org Git - lyx.git/commitdiff
Fix bug #13025.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 1 Apr 2024 21:25:40 +0000 (17:25 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 1 Apr 2024 21:28:16 +0000 (17:28 -0400)
Add plain single quote to menu.

(cherry picked from commit 9e5a98e8f92f773e11815631961997b8045d20b1)

lib/ui/stdmenus.inc

index 93db305124c17947d258b4016ba591106c2385cd..6ef3357f72cb24ee83060e942edcbfc418e22f25 100644 (file)
@@ -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"