support for opening lyrics in external editor

This commit is contained in:
Andrzej Rybczak
2009-02-17 20:17:37 +01:00
parent 330fdb4759
commit 70f48dd454
6 changed files with 35 additions and 3 deletions

View File

@@ -58,6 +58,8 @@ class Lyrics : public Screen<Scrollpad>
virtual List *GetList() { return 0; }
void Edit();
static bool Reload;
# ifdef HAVE_CURL_CURL_H
@@ -67,6 +69,7 @@ class Lyrics : public Screen<Scrollpad>
protected:
static void *Get(void *);
static std::string Filename;
static const std::string Folder;
# ifdef HAVE_CURL_CURL_H