From 1179c9f2245c9caa3988acb2dc25c23ad7cbaed6 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 10 Apr 2013 18:55:59 +0200 Subject: Version 0.1.1 --- skinnopacity.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/skinnopacity.c b/skinnopacity.c index 3085489..2be486a 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -15,7 +15,7 @@ #endif -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; @@ -151,7 +151,17 @@ bool cPluginNopacity::Service(const char *Id, void *Data) const char **cPluginNopacity::SVDRPHelpPages(void) { - return NULL; + static const char *HelpPages[] = { + "NEXTMESG\n" + " Switches to next message in running RSS Feed\n", + "NEXTFEED\n" + " Switches to next defined RSS Feed in Setup Menu\n", + "STANDALONEFEED\n" + " Switches standalone RSS Feed on and off\n", + NULL + }; + return HelpPages; + } cString cPluginNopacity::SVDRPCommand(const char *Command, const char *Option, int &ReplyCode) { -- cgit v1.2.3