mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove 27 various macro _ ...
... and supply a few missing translations in Dependencies.cpp And substitute-don't-concatenate in a few places in Internat.cpp
This commit is contained in:
@@ -141,7 +141,7 @@ class AUDACITY_DLL_API UndoManager final
|
||||
void GetShortDescription(unsigned int n, TranslatableString *desc);
|
||||
// Return value must first be calculated by CalculateSpaceUsage():
|
||||
wxLongLong_t GetLongDescription(
|
||||
unsigned int n, TranslatableString *desc, wxString *size);
|
||||
unsigned int n, TranslatableString *desc, TranslatableString *size);
|
||||
void SetLongDescription(unsigned int n, const TranslatableString &desc);
|
||||
|
||||
// These functions accept a callback that uses the state,
|
||||
|
||||
Reference in New Issue
Block a user