From b90966d85bd353e4b276b5998590435e88c4dbf6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Nov 1998 06:36:56 +0000 Subject: make the help links appear in a separate window, so you can read the docs and do configuration at the same time. (This used to be commit 386a3bfd337f4b248f6c88b9c98b9d6471cc9b25) --- source3/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/web/swat.c') diff --git a/source3/web/swat.c b/source3/web/swat.c index 8538082a13..e29e728629 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -163,7 +163,7 @@ static void show_parameter(int snum, struct parm_struct *parm) ptr = lp_local_ptr(snum, ptr); } - printf("Help       %s", + printf("Help       %s", stripspace(parm->label), parm->label); switch (parm->type) { -- cgit