diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 21:56:37 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 21:56:37 +0000 |
commit | aca052cda62a8a06ba304049fb179156ce5d0792 (patch) | |
tree | 250bb31824e0975a6f92f9a465a2074518354691 | |
parent | 7a738b512f6ab949c6307b3e897dd3b259bacbb7 (diff) | |
download | vdr-plugin-live-aca052cda62a8a06ba304049fb179156ce5d0792.tar.gz vdr-plugin-live-aca052cda62a8a06ba304049fb179156ce5d0792.tar.bz2 |
- updated plugin-description
-rw-r--r-- | live.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.2 2007/01/02 21:09:12 lordjaxom Exp $ + * $Id: live.cpp,v 1.3 2007/01/02 21:56:37 lordjaxom Exp $ */ #include <memory> @@ -16,7 +16,7 @@ namespace vdrlive { using namespace std; static const char *VERSION = "0.0.1"; -static const char *DESCRIPTION = "Enter description for 'httpd' plugin"; +static const char *DESCRIPTION = "Live Integrated VDR Environment"; class Plugin : public cPlugin { public: |