mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
ProjectManager::GetHoursMinsString returns TranslatableString
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
// Routine to estimate how many minutes of recording time are left on disk
|
||||
int GetEstimatedRecordingMinsLeftOnDisk(long lCaptureChannels = 0);
|
||||
// Converts number of minutes to human readable format
|
||||
wxString GetHoursMinsString(int iMinutes);
|
||||
TranslatableString GetHoursMinsString(int iMinutes);
|
||||
|
||||
private:
|
||||
void OnCloseWindow(wxCloseEvent & event);
|
||||
|
||||
Reference in New Issue
Block a user