mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some copy&paste errors in PLUGINS.html
This commit is contained in:
@@ -1687,7 +1687,7 @@ The first step in implementing a new skin is to derive a class from <tt>cSkin</t
|
||||
that provides the handling objects necessary to do the actual work:
|
||||
|
||||
<p><table><tr><td class="code"><pre>
|
||||
#include "skins.h"
|
||||
#include <vdr/skins.h>
|
||||
|
||||
class cMySkin : public cSkin {
|
||||
public:
|
||||
@@ -1697,7 +1697,7 @@ public:
|
||||
virtual cSkinDisplayMenu *DisplayMenu(void);
|
||||
virtual cSkinDisplayReplay *DisplayReplay(bool ModeOnly);
|
||||
virtual cSkinDisplayVolume *DisplayVolume(void);
|
||||
virtual cSkinDisplayMessage *DisplayTrack(int NumTracks, const char * const *Tracks);
|
||||
virtual cSkinDisplayTracks *DisplayTracks(const char *Title, int NumTracks, const char * const *Tracks);
|
||||
virtual cSkinDisplayMessage *DisplayMessage(void);
|
||||
};
|
||||
</pre></td></tr></table><p>
|
||||
|
Reference in New Issue
Block a user