diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-16 14:45:11 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-16 14:45:11 +0200 |
commit | b0583e5373e10119fd88d935cdded1e153101e22 (patch) | |
tree | 2281fe1f09492c8a528e48356571776ec7401324 /skins.h | |
parent | 6e274dfeef1987bebfa2d662fc40e03bbad4951f (diff) | |
download | vdr-b0583e5373e10119fd88d935cdded1e153101e22.tar.gz vdr-b0583e5373e10119fd88d935cdded1e153101e22.tar.bz2 |
Switched from 'summary.vdr' to 'info.vdr'
Diffstat (limited to 'skins.h')
-rw-r--r-- | skins.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skins.h 1.7 2005/02/27 14:37:37 kls Exp $ + * $Id: skins.h 1.8 2005/05/15 14:41:41 kls Exp $ */ #ifndef __SKINS_H @@ -150,7 +150,7 @@ public: ///< that text if necessary. virtual void SetRecording(const cRecording *Recording) = 0; ///< Sets the Recording that shall be displayed, using the entire central area - ///< of the menu. The Recording's 'summary' shall be displayed using a + ///< of the menu. The Recording's 'description' shall be displayed using a ///< cTextScroller, and the Scroll() function will be called to drive scrolling ///< that text if necessary. virtual void SetText(const char *Text, bool FixedFont) = 0; |