1
0
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:
Paul Licameli
2019-12-28 13:58:17 -05:00
parent 18942d9909
commit 259359a283
5 changed files with 12 additions and 12 deletions

View File

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