mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
AUP3: Make the AUP3/AUP file types consistent
This commit is contained in:
@@ -53,7 +53,7 @@ const FileNames::FileType
|
||||
FileNames::AllFiles{ XO("All files"), { wxT("") } }
|
||||
/* i18n-hint an Audacity project is the state of the program, stored as
|
||||
files that can be reopened to resume the session later */
|
||||
, FileNames::AudacityProjects{ XO("Audacity projects"), { wxT("aup3") }, true }
|
||||
, FileNames::AudacityProjects{ XO("AUP3 project files"), { wxT("aup3") }, true }
|
||||
, FileNames::DynamicLibraries{
|
||||
#if defined(__WXMSW__)
|
||||
XO("Dynamically Linked Libraries"), { wxT("dll") }, true
|
||||
|
||||
Reference in New Issue
Block a user