mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-18 22:46:08 +01: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