Don't auto-mark all export filters if subs were never exported before, or no filters were used on last export

Originally committed to SVN as r843.
This commit is contained in:
Niels Martin Hansen 2007-01-19 11:50:07 +00:00
parent 91f0533a67
commit 65b110ab98

View file

@ -71,11 +71,11 @@ DialogExport::DialogExport (wxWindow *parent)
} }
// No filters listed on header, select all // No filters listed on header, select all
if (n == 0) { /*if (n == 0) {
for (unsigned int i=0;i<FilterList->GetCount();i++) { for (unsigned int i=0;i<FilterList->GetCount();i++) {
FilterList->Check(i); FilterList->Check(i);
} }
} }*/
// Top buttons // Top buttons
wxSizer *TopButtons = new wxBoxSizer(wxHORIZONTAL); wxSizer *TopButtons = new wxBoxSizer(wxHORIZONTAL);