mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -266,11 +266,11 @@ void BatchProcessDialog::OnApplyToFiles(wxCommandEvent &event)
|
||||
}
|
||||
}
|
||||
|
||||
FileDialog dlog(this,
|
||||
prompt,
|
||||
path,
|
||||
wxT(""),
|
||||
mask,
|
||||
FileDialog dlog(this,
|
||||
prompt,
|
||||
path,
|
||||
wxT(""),
|
||||
mask,
|
||||
wxFD_OPEN | wxFD_MULTIPLE | wxRESIZE_BORDER);
|
||||
|
||||
dlog.SetFilterIndex(index);
|
||||
|
||||
Reference in New Issue
Block a user