mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Do not erase LastOpenType, continue to use it for further imports
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user