mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Use TranslatedInternalString in MacroCommandsCatalog
This commit is contained in:
@@ -25,8 +25,7 @@ class MacroCommandsCatalog {
|
||||
public:
|
||||
// A triple of user-visible name, internal string identifier and type/help string.
|
||||
struct Entry {
|
||||
wxString friendly;
|
||||
wxString internal;
|
||||
TranslatedInternalString name;
|
||||
wxString category;
|
||||
};
|
||||
using Entries = std::vector<Entry>;
|
||||
|
||||
Reference in New Issue
Block a user