From 16b6f9646902e6940a991f1d3577c068573015a8 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 12 Dec 2004 22:00:47 +0000 Subject: huge patch ahead: reorganizing config entries with automatic conversion and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47 --- src/xine-engine/input_rip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/input_rip.c') diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c index bd0cbfd7f..c177def3d 100644 --- a/src/xine-engine/input_rip.c +++ b/src/xine-engine/input_rip.c @@ -29,7 +29,7 @@ * - it's possible speeder saving streams in the xine without playing: * xine stream_mrl#save:file.raw\;noaudio\;novideo * - * $Id: input_rip.c,v 1.26 2004/10/29 23:11:38 miguelfreitas Exp $ + * $Id: input_rip.c,v 1.27 2004/12/12 22:01:31 mroi Exp $ */ /* TODO: @@ -549,9 +549,9 @@ input_plugin_t *_x_rip_plugin_get_instance (xine_stream_t *stream, const char *f if (!stream->xine->save_path[0]) { xine_log(stream->xine, XINE_LOG_MSG, - _("input_rip: target directory wasn't specified, please fill out the option 'misc.save_dir'\n")); + _("input_rip: target directory wasn't specified, please fill out the option 'media.capture.save_dir'\n")); _x_message(stream, XINE_MSG_SECURITY, - _("The stream save feature is disabled until you set misc.save_dir in the configuration."), NULL); + _("The stream save feature is disabled until you set media.capture.save_dir in the configuration."), NULL); return NULL; } -- cgit v1.2.3