1
0
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:
LRN1986 2010-03-14 15:26:17 +00:00
parent 1e19adb042
commit 4f02d76820

View File

@ -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();