summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:56:37 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:56:37 +0000
commitaca052cda62a8a06ba304049fb179156ce5d0792 (patch)
tree250bb31824e0975a6f92f9a465a2074518354691
parent7a738b512f6ab949c6307b3e897dd3b259bacbb7 (diff)
downloadvdr-plugin-live-aca052cda62a8a06ba304049fb179156ce5d0792.tar.gz
vdr-plugin-live-aca052cda62a8a06ba304049fb179156ce5d0792.tar.bz2
- updated plugin-description
-rw-r--r--live.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/live.cpp b/live.cpp
index 7cfdeb7..bd114cf 100644
--- a/live.cpp
+++ b/live.cpp
@@ -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: