summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control7
-rw-r--r--src/menuorg.cpp2
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 5c00f22..b894fd5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: vdr-plugin-menuorg
Section: misc
Priority: extra
Maintainer: Tobias Grimm <tg@e-tobi.net>
-Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1)
+Build-Depends: debhelper (>= 5), vdr-dev (>= 1.4.7-2ctvdr1), libxml++2.6-dev
Standards-Version: 3.7.2
Package: vdr-plugin-menuorg
Architecture: any
Depends: ${shlibs:Depends}, ${vdr:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: organize your Mainmenu
+ With this plugin you can organize your Mainmenu.
+ It use the menu definition file from the setup plugin.
XB-VDR-Patchlevel: ${vdr:Patchlevel}
diff --git a/src/menuorg.cpp b/src/menuorg.cpp
index 3da8a12..b1d644c 100644
--- a/src/menuorg.cpp
+++ b/src/menuorg.cpp
@@ -36,7 +36,7 @@ const char* MenuOrgPlugin::Version(void)
const char* MenuOrgPlugin::Description(void)
{
- return tr("TODO: Insert Description");
+ return tr("organize your Mainmenu");
}
const char* MenuOrgPlugin::MainMenuEntry(void)