mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Define ComponentInterface::GetUntranslatedName()
This commit is contained in:
@@ -3218,3 +3218,8 @@ const wxString ComponentInterface::GetTranslatedName()
|
||||
{
|
||||
return GetSymbol().Translation();
|
||||
}
|
||||
|
||||
const TranslatableString &ComponentInterface::GetUntranslatedName()
|
||||
{
|
||||
return GetSymbol().Msgid();
|
||||
}
|
||||
|
Reference in New Issue
Block a user