From 9f94640b9fe2e2f7c0cd056f10e4f8e633123603 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 11 Jun 2007 19:14:02 +0000 Subject: Setup menu entry for local interface address --- setup_menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup_menu.c') diff --git a/setup_menu.c b/setup_menu.c index db03d69b..f141a050 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.30 2007-06-11 19:12:18 phintuka Exp $ + * $Id: setup_menu.c,v 1.31 2007-06-11 19:14:02 phintuka Exp $ * */ @@ -1348,6 +1348,8 @@ void cMenuSetupRemote::Set(void) Add(new cMenuEditIntItem( tr(" Listen port (TCP and broadcast)"), &newconfig.listen_port, 0, 0xffff)); + Add(new cMenuEditStrItem( tr(" Listen address"), + &newconfig.remote_local_ip[0], 16, "0123456789.")); Add(new cMenuEditBoolItem(tr(" Remote keyboard"), &newconfig.remote_keyboard)); -- cgit v1.2.3