mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Fix an indent.
This commit is contained in:
parent
10bec68701
commit
099e203e0c
@ -3430,11 +3430,11 @@ bool AudacityProject::SaveAs(bool bWantSaveCompressed /*= false*/)
|
|||||||
DialogTitle,
|
DialogTitle,
|
||||||
path, fName, wxT(""),
|
path, fName, wxT(""),
|
||||||
_("Audacity projects") + static_cast<wxString>(wxT(" (*.aup)|*.aup")),
|
_("Audacity projects") + static_cast<wxString>(wxT(" (*.aup)|*.aup")),
|
||||||
// JKC: I removed 'wxFD_OVERWRITE_PROMPT' because we are checking
|
// JKC: I removed 'wxFD_OVERWRITE_PROMPT' because we are checking
|
||||||
// for overwrite ourselves later, and we disallow it.
|
// for overwrite ourselves later, and we disallow it.
|
||||||
// We disallow overwrite because we would have to delete the many
|
// We disallow overwrite because we would have to delete the many
|
||||||
// smaller files too, or prompt to move them.
|
// smaller files too, or prompt to move them.
|
||||||
wxFD_SAVE | wxRESIZE_BORDER, this);
|
wxFD_SAVE | wxRESIZE_BORDER, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fName == wxT(""))
|
if (fName == wxT(""))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user