[LyX/master] Fix bug #13025.

Richard Kimberly Heck rikiheck at gmail.com
Tue Apr 2 01:55:39 UTC 2024


On 4/1/24 20:51, Scott Kostyshak wrote:
> On Mon, Apr 01, 2024 at 09:28:51PM GMT, Richard Kimberly Heck wrote:
>> commit dff3a0c53fef56b94fb90a7dc9c9c6a2e6591e9e
>> 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.
>>      
>>      (cherry picked from commit 9e5a98e8f92f773e11815631961997b8045d20b1)
>> ---
>>   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"
> Note that there is duplicate "Q" for the accelerator.

Fixed, thanks.

Riki




More information about the lyx-devel mailing list