perform case insensitive searching in text fields
This commit is contained in:
@@ -207,7 +207,7 @@ void Info::GetArtist()
|
||||
}
|
||||
input.close();
|
||||
w->SetFormatting(fmtBold, U("\n\nSimilar artists:\n"), fmtBoldEnd, 0);
|
||||
w->SetFormatting(Config.color2, U("\n * "), clEnd);
|
||||
w->SetFormatting(Config.color2, U("\n * "), clEnd, 1);
|
||||
// below is used so format won't be removed using RemoveFormatting() by accident.
|
||||
w->ForgetFormatting();
|
||||
w->Flush();
|
||||
|
||||
Reference in New Issue
Block a user