mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 08:31:13 +02:00
Best not to use "g" for access keys
because the tail of the "g" obscures the underline
This commit is contained in:
parent
db4041e741
commit
aab32215ca
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user