Bugfix while filtering metadata

This commit is contained in:
andre@woesten.com 2008-09-09 14:51:13 +00:00
parent 96d036957a
commit 8810ec6afe

View File

@ -64,9 +64,9 @@ void BrowseView::OnCreated()
this->filterViewLayout,
this->tracklistView);
this->AddMetadataFilter(_(_T("Genre")));
this->AddMetadataFilter(_(_T("Artist")));
this->AddMetadataFilter(_(_T("Album")));
this->AddMetadataFilter(_T("genre"));
this->AddMetadataFilter(_T("artist"));
this->AddMetadataFilter(_T("album"));
this->AddChild(mainVSplitter);
mainVSplitter->SetAnchor(AnchorTop);