mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Rename for clarity. It's a bool, not a resultCode.
This commit is contained in:
parent
16716a6ef8
commit
6f6aae0346
@ -2959,8 +2959,8 @@ bool AudacityProject::Save(bool overwrite /* = true */ ,
|
|||||||
// self-contained during this dialog, it modifies the project!
|
// self-contained during this dialog, it modifies the project!
|
||||||
if (mImportedDependencies)
|
if (mImportedDependencies)
|
||||||
{
|
{
|
||||||
bool resultCode = ShowDependencyDialogIfNeeded(this, true);
|
bool bSuccess = ShowDependencyDialogIfNeeded(this, true);
|
||||||
if (!resultCode)
|
if (!bSuccess)
|
||||||
return false;
|
return false;
|
||||||
mImportedDependencies = false; // do not show again
|
mImportedDependencies = false; // do not show again
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user