1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Use IdentInterfaceSymbol for vendor strings, which are used in paths

This commit is contained in:
Paul Licameli
2018-03-29 14:56:52 -04:00
parent d9606e8cdf
commit 0394660e9e
28 changed files with 44 additions and 43 deletions

View File

@@ -83,7 +83,7 @@ AudacityCommand::~AudacityCommand()
wxString AudacityCommand::GetPath(){ return BUILTIN_GENERIC_COMMAND_PREFIX + GetSymbol();}
wxString AudacityCommand::GetName(){ return GetSymbol();}
wxString AudacityCommand::GetVendor(){ return XO("Audacity");}
IdentInterfaceSymbol AudacityCommand::GetVendor(){ return XO("Audacity");}
wxString AudacityCommand::GetVersion(){ return AUDACITY_VERSION_STRING;}