perform case insensitive searching by default

This commit is contained in:
unK
2008-09-25 21:09:59 +02:00
parent b8284ffe61
commit 65eec99073

View File

@@ -26,7 +26,7 @@ extern Menu<Song> *mPlaylist;
extern Menu< std::pair<string, Song> > *mSearcher;
bool search_match_to_pattern = 1;
bool search_case_sensitive = 1;
bool search_case_sensitive = 0;
string SearchEngineDisplayer(const std::pair<string, Song> &pair, void *, const Menu< std::pair<string, Song> > *)
{