mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +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,
|
||||
path, fName, wxT(""),
|
||||
_("Audacity projects") + static_cast<wxString>(wxT(" (*.aup)|*.aup")),
|
||||
// JKC: I removed 'wxFD_OVERWRITE_PROMPT' because we are checking
|
||||
// for overwrite ourselves later, and we disallow it.
|
||||
// We disallow overwrite because we would have to delete the many
|
||||
// smaller files too, or prompt to move them.
|
||||
wxFD_SAVE | wxRESIZE_BORDER, this);
|
||||
// JKC: I removed 'wxFD_OVERWRITE_PROMPT' because we are checking
|
||||
// for overwrite ourselves later, and we disallow it.
|
||||
// We disallow overwrite because we would have to delete the many
|
||||
// smaller files too, or prompt to move them.
|
||||
wxFD_SAVE | wxRESIZE_BORDER, this);
|
||||
}
|
||||
|
||||
if (fName == wxT(""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user