mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Bug 1599 - Cannot paste clipboard text into label unless content already on Audacity clipboard
Thanks to Steve Daulton for the fix.
This commit is contained in:
parent
1ffe7367a3
commit
f4bfe1fc02
@ -444,8 +444,8 @@ void AudacityProject::CreateMenusAndCommands()
|
||||
AudioIONotBusyFlag | CutCopyAvailableFlag);
|
||||
/* i18n-hint: (verb)*/
|
||||
c->AddItem(wxT("Paste"), _("&Paste"), FN(OnPaste), wxT("Ctrl+V"),
|
||||
AudioIONotBusyFlag | ClipboardFlag,
|
||||
AudioIONotBusyFlag | ClipboardFlag);
|
||||
AudioIONotBusyFlag | TracksExistFlag,
|
||||
AudioIONotBusyFlag | TracksExistFlag);
|
||||
/* i18n-hint: (verb)*/
|
||||
c->AddItem(wxT("Duplicate"), _("Duplic&ate"), FN(OnDuplicate), wxT("Ctrl+D"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user