lyrics: add support for storing lyrics in song's directory

This commit is contained in:
Andrzej Rybczak
2010-08-17 16:58:48 +02:00
parent c97f4fac59
commit c0e558f04b
6 changed files with 53 additions and 7 deletions

View File

@@ -63,8 +63,9 @@ class Lyrics : public Screen<Scrollpad>
private:
void Load();
void SetFilename();
std::string itsFilename;
static const std::string Folder;
std::string itsFolder;
# ifdef HAVE_CURL_CURL_H
void *Download();