mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Fix for bug #1216
This commit is contained in:
parent
9280aab949
commit
aefde8ad30
@ -557,6 +557,8 @@ bool Exporter::GetFilename()
|
||||
mFilename.SetPath(gPrefs->Read(wxT("/Export/Path"), ::wxGetCwd()));
|
||||
mFilename.SetName(mProject->GetName());
|
||||
while (true) {
|
||||
// Must reset each iteration
|
||||
mBook = NULL;
|
||||
|
||||
FileDialog fd(mProject,
|
||||
mFileDialogTitle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user