mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
TranslatableString for tooltips and status bar messages
This commit is contained in:
@@ -153,7 +153,7 @@ private:
|
||||
bool mStopping{ false };
|
||||
|
||||
int mDisplayedRate{ 0 };
|
||||
static std::pair< std::vector< wxString >, unsigned >
|
||||
static std::pair< TranslatableStrings, unsigned >
|
||||
StatusWidthFunction(
|
||||
const AudacityProject &project, StatusBarField field);
|
||||
};
|
||||
|
Reference in New Issue
Block a user