use wstrings uncoditionally where needed

This commit is contained in:
Andrzej Rybczak
2012-09-08 17:50:01 +02:00
parent cf06d9fa8d
commit d5e2d315fd
46 changed files with 196 additions and 221 deletions

View File

@@ -152,9 +152,9 @@ void SearchEngine::SwitchTo()
markSongsInPlaylist(getProxySongList());
}
std::basic_string<my_char_t> SearchEngine::Title()
std::wstring SearchEngine::Title()
{
return U("Search engine");
return L"Search engine";
}
void SearchEngine::EnterPressed()