1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

AUP: Fix duplicate shortcut

This commit is contained in:
Leland Lucius 2020-07-26 13:18:10 -05:00
parent eb7da50b62
commit 757bc0b183

View File

@ -648,7 +648,7 @@ BaseItemSharedPtr FileMenu()
AudioIONotBusyFlag() )
),
Command( wxT("Compact"), XXO("Com&pact Project"), FN(OnCompact),
Command( wxT("Compact"), XXO("Co&mpact Project"), FN(OnCompact),
AudioIONotBusyFlag() )
),