lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()

This commit is contained in:
Andrzej Rybczak
2010-08-10 00:34:54 +02:00
parent d7f862ce86
commit 5dc439aa19
3 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ void Lyrics::Save(const std::string &lyrics)
}
}
void Lyrics::FetchAgain()
void Lyrics::Refetch()
{
std::string path = Folder + "/" + locale_to_utf_cpy(itsSong.GetArtist()) + " - " + locale_to_utf_cpy(itsSong.GetTitle()) + ".txt";
if (!remove(path.c_str()))