1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-02 09:54:42 +01:00

Use IdentInterfaceSymbol in PluginDescriptor

This commit is contained in:
Paul Licameli
2018-03-09 04:52:18 -05:00
parent 68e4bf6c5e
commit e3c54a769e
6 changed files with 51 additions and 73 deletions

View File

@@ -90,6 +90,7 @@ public:
bool shouldPrompt = true );
// Renamed from 'Effect' to 'Command' prior to moving out of this class.
IdentInterfaceSymbol GetCommandSymbol(const PluginID & ID);
wxString GetCommandName(const PluginID & ID); // translated
wxString GetCommandIdentifier(const PluginID & ID);
wxString GetCommandDescription(const PluginID & ID);