mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
Update some calls expecting TranslatableString in disabled code
This commit is contained in:
@@ -1522,7 +1522,7 @@ void ProjectFileManager::OpenFile(const FilePath &fileNameArg, bool addtohistory
|
||||
|
||||
// Vaughan, 2010-08-20: This was bogus, as all the actions in ProjectFSCK
|
||||
// that return FSCKstatus_CHANGED cannot be undone.
|
||||
// this->PushState(_("Project checker repaired file"), _("Project Repair"));
|
||||
// this->PushState(XO("Project checker repaired file"), XO("Project Repair"));
|
||||
|
||||
if (status & FSCKstatus_SAVE_AUP)
|
||||
Save(), saved = true;
|
||||
|
||||
Reference in New Issue
Block a user