mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Best not to use "g" for access keys
because the tail of the "g" obscures the underline
This commit is contained in:
@@ -161,7 +161,7 @@ namespace {
|
|||||||
{ wxT("Seek"), XO("See&k"), XO("Seeking"),
|
{ wxT("Seek"), XO("See&k"), XO("Seeking"),
|
||||||
&Scrubber::OnSeek, false, true },
|
&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 }
|
&Scrubber::OnScrollSeek, true, true }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user