mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Define ComponentInterface::GetUntranslatedName()
This commit is contained in:
@@ -137,6 +137,9 @@ public:
|
||||
// non-virtual convenience function
|
||||
const wxString GetTranslatedName();
|
||||
|
||||
// non-virtual convenience function
|
||||
const TranslatableString &GetUntranslatedName();
|
||||
|
||||
// Parameters, if defined. false means no defined parameters.
|
||||
virtual bool DefineParams( ShuttleParams & WXUNUSED(S) ){ return false;};
|
||||
};
|
||||
|
Reference in New Issue
Block a user