1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 16:41:14 +02:00

Best not to use "g" for access keys

because the tail of the "g" obscures the underline
This commit is contained in:
Gale Andrews 2016-04-25 17:24:37 +01:00
parent db4041e741
commit aab32215ca

View File

@ -161,7 +161,7 @@ namespace {
{ wxT("Seek"), XO("See&k"), XO("Seeking"),
&Scrubber::OnSeek, false, true },
{ wxT("ScrollSeek"), XO("Scrollin&g Seek"), XO("Scrolling Seek"),
{ wxT("ScrollSeek"), XO("Scro&lling Seek"), XO("Scrolling Seek"),
&Scrubber::OnScrollSeek, true, true }
};