make sorting items in browser case insensitive

This commit is contained in:
unknown
2008-08-18 20:40:09 +02:00
parent 6761de44f8
commit b43e3577f2
3 changed files with 19 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ void WindowTitle(const string &);
string TotalPlaylistLength();
string DisplaySong(const Song &, const string & = Config.song_list_format);
void ShowMessage(const string &, int = Config.message_delay_time);
bool SortDirectory(const Item &a, const Item &b);
void GetDirectory(string);
bool GetSongInfo(Song &);
void PrepareSearchEngine(Song &s);