mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +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,
|
// If user explicitly selected a filter,
|
||||||
// then we should try importing via corresponding plugin first
|
// then we should try importing via corresponding plugin first
|
||||||
wxString type = gPrefs->Read(wxT("/LastOpenType"),wxT(""));
|
wxString type = gPrefs->Read(wxT("/LastOpenType"),wxT(""));
|
||||||
gPrefs->Write(wxT("/LastOpenType"),wxT(""));
|
|
||||||
|
|
||||||
// First, add all explicitly compatible plugins
|
// First, add all explicitly compatible plugins
|
||||||
importPluginNode = mImportPluginList->GetFirst();
|
importPluginNode = mImportPluginList->GetFirst();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user