1
0
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:
Paul Licameli
2019-12-18 00:54:08 -05:00
parent 89a3771730
commit a325247525
3 changed files with 8 additions and 6 deletions

View File

@@ -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>;