From 6bb42cf0a4ce6535361afed7960ae4460867c82d Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 10 Apr 2004 15:45:10 +0000 Subject: improving config help strings CVS patchset: 6383 CVS date: 2004/04/10 15:45:10 --- src/input/input_vcd.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/input/input_vcd.c') diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index a78bdde00..d19378a2d 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.72 2004/01/07 22:21:40 hadess Exp $ + * $Id: input_vcd.c,v 1.73 2004/04/10 15:45:11 mroi Exp $ * */ @@ -1091,8 +1091,10 @@ static void *init_class (xine_t *xine, void *data) { this->input_class.eject_media = vcd_class_eject_media; this->device = config->register_string (config, "input.vcd_device", CDROM, - _("path to your local vcd device file"), - NULL, 10, device_change_cb, (void *)this); + _("device used for VCD playback"), + _("The path to the device, usually a CD or DVD drive, " + "you intend to play your VideoCDs with."), + 10, device_change_cb, (void *)this); this->mrls = (xine_mrl_t **) xine_xmalloc(sizeof(xine_mrl_t*)); this->mrls_allocated_entries = 0; -- cgit v1.2.3