From 6c5572a3e91e95c7f92f1110fac91caa241a9a87 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 12 Jun 2002 12:22:25 +0000 Subject: Remove no more needed XINE_LOGO. Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25 --- src/input/input_file.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/input/input_file.c') diff --git a/src/input/input_file.c b/src/input/input_file.c index ec3c20b2a..957108fb7 100644 --- a/src/input/input_file.c +++ b/src/input/input_file.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_file.c,v 1.50 2002/06/09 13:23:36 miguelfreitas Exp $ + * $Id: input_file.c,v 1.51 2002/06/12 12:22:34 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -905,12 +905,12 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { strcpy(current_dir, "."); this->origin_path = config->register_string(this->config, "input.file_origin_path", - current_dir, "origin path to grab file mrls", + current_dir, _("origin path to grab file mrls"), NULL, origin_change_cb, (void *) this); } this->show_hidden_files = this->config->register_bool(this->config, "input.file_hidden_files", - 1, "hidden files displaying.", + 1, _("hidden files displaying."), NULL, hidden_bool_cb, (void *) this); return (input_plugin_t *) this; -- cgit v1.2.3