mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Do not erase LastOpenType, continue to use it for further imports
This commit is contained in:
parent
1e19adb042
commit
4f02d76820
@ -131,7 +131,6 @@ int Importer::Import(wxString fName,
|
||||
// If user explicitly selected a filter,
|
||||
// then we should try importing via corresponding plugin first
|
||||
wxString type = gPrefs->Read(wxT("/LastOpenType"),wxT(""));
|
||||
gPrefs->Write(wxT("/LastOpenType"),wxT(""));
|
||||
|
||||
// First, add all explicitly compatible plugins
|
||||
importPluginNode = mImportPluginList->GetFirst();
|
||||
|
Loading…
x
Reference in New Issue
Block a user