mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +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.SetPath(gPrefs->Read(wxT("/Export/Path"), ::wxGetCwd()));
|
||||||
mFilename.SetName(mProject->GetName());
|
mFilename.SetName(mProject->GetName());
|
||||||
while (true) {
|
while (true) {
|
||||||
|
// Must reset each iteration
|
||||||
|
mBook = NULL;
|
||||||
|
|
||||||
FileDialog fd(mProject,
|
FileDialog fd(mProject,
|
||||||
mFileDialogTitle,
|
mFileDialogTitle,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user