1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 15:23:48 +01:00

AddItemList takes IdentInterfaceSymbol (untranslated) ...

... so that we can use a static constant table of names, which can't use
macro _ in initializers.
This commit is contained in:
Paul Licameli
2018-10-19 10:39:52 -04:00
parent 1b05ba9a78
commit 27aa59ed50
4 changed files with 16 additions and 14 deletions

View File

@@ -214,7 +214,6 @@ public:
Temp.Replace( "&","" );
return Temp;
}
const wxString &TranslatedForMenu() const { return mTranslated; }
private:
wxString mInternal;