mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Use IdentInterfaceSymbol for vendor strings, which are used in paths
This commit is contained in:
@@ -186,7 +186,7 @@ wxString BuiltinCommandsModule::GetName()
|
||||
return XO("Builtin Commands");
|
||||
}
|
||||
|
||||
wxString BuiltinCommandsModule::GetVendor()
|
||||
IdentInterfaceSymbol BuiltinCommandsModule::GetVendor()
|
||||
{
|
||||
return XO("The Audacity Team");
|
||||
}
|
||||
|
Reference in New Issue
Block a user