From 2cd5bf83fb53642aaaee76dc8a80a3e4a6260339 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 9 Apr 2006 11:16:11 +0200 Subject: [PATCH] Fixed a typo in skins.h --- CONTRIBUTORS | 1 + HISTORY | 1 + skins.h | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 104e1516..1203e9a5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1647,6 +1647,7 @@ Alexander Rieger for making the '.update' file in the video directory be touched when a recording is added or deleted, so that other VDR instances can update their lists for adding cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont() + for fixing a typo in skins.h Philip Prindeville for updates to 'sources.conf' diff --git a/HISTORY b/HISTORY index 4ac8b5aa..dd097fae 100644 --- a/HISTORY +++ b/HISTORY @@ -4480,3 +4480,4 @@ Video Disk Recorder Revision History timer's transponder. - Now avoiding the 'actual' device when starting a recording, so that a Transfer Mode for live tv isn't interrupted. +- Fixed a typo in skins.h (thanks to Alexander Rieger). diff --git a/skins.h b/skins.h index 96f28219..80bac766 100644 --- a/skins.h +++ b/skins.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skins.h 1.11 2006/02/05 14:59:57 kls Exp $ + * $Id: skins.h 1.12 2006/04/09 11:15:24 kls Exp $ */ #ifndef __SKINS_H @@ -329,7 +329,7 @@ public: ///< temporary cSkinDisplayMessage object. ///< The return value is the key pressed by the user. If no user input ///< has been received within Seconds (the default value of 0 results - ///< in the ///< value defined for "Message time" in the setup), kNone + ///< in the value defined for "Message time" in the setup), kNone ///< will be returned. int QueueMessage(eMessageType Type, const char *s, int Seconds = 0, int Timeout = 0); ///< Like Message(), but this function may be called from a background