1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 22:45:29 +01:00

Merge branch 'master' into scrubbing

This commit is contained in:
Paul Licameli
2016-04-19 14:03:44 -04:00
2 changed files with 6 additions and 2 deletions

View File

@@ -318,10 +318,10 @@ void Scrubber::StopScrubbing()
ControlToolBar *const ctb = mProject->GetControlToolBar();
ctb->StopPlaying();
}
return true;
return;
}
else
return false;
return;
}
bool Scrubber::IsScrubbing() const

View File

@@ -52,6 +52,10 @@ VersionInfoDescription={#AppName + " " + AppVersion + " Setup"}
VersionInfoVersion={#GetFileVersion(AppExe)}
VersionInfoCopyright={#GetFileCopyright(AppExe)}
; Don't disable the "Select Destination Location" wizard, even if
; Audacity is already installed.
DisableDirPage=no
; Always warn if dir exists, because we'll overwrite previous Audacity.
DirExistsWarning=yes
DisableProgramGroupPage=yes