1
0
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:
Paul Licameli
2019-12-08 16:24:20 -05:00
parent 2007346551
commit 49cab86fc1
45 changed files with 156 additions and 165 deletions

View File

@@ -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);
};