mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-26 07:53:42 +02:00
TranslatableString for macro command category
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
// A triple of user-visible name, internal string identifier and type/help string.
|
||||
struct Entry {
|
||||
ComponentInterfaceSymbol name;
|
||||
wxString category;
|
||||
TranslatableString category;
|
||||
};
|
||||
using Entries = std::vector<Entry>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user