remove wrapper for Scrollpad::SetFormating() used with --enable-unicode

This commit is contained in:
Andrzej Rybczak
2009-09-16 22:21:17 +00:00
parent cf3f8350c0
commit 6723808c4f
3 changed files with 3 additions and 5 deletions

View File

@@ -192,8 +192,8 @@ void Info::GetArtist()
first = 0;
}
input.close();
w->SetFormatting(fmtBold, "\n\nSimilar artists:\n", fmtBoldEnd, 0);
w->SetFormatting(Config.color2, "\n * ", clEnd);
w->SetFormatting(fmtBold, U("\n\nSimilar artists:\n"), fmtBoldEnd, 0);
w->SetFormatting(Config.color2, U("\n * "), clEnd);
// below is used so format won't be removed using RemoveFormatting() by accident.
w->ForgetFormatting();
w->Flush();