slitaz-tools diff tinyutils/tazx @ rev 349

Added tag 3.1 for changeset f03d03012bdd
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 05 01:56:14 2009 +0200 (2009-05-05)
parents 777b680060ec
children 8fa52d6b8af5
line diff
     1.1 --- a/tinyutils/tazx	Mon May 04 22:37:14 2009 +0200
     1.2 +++ b/tinyutils/tazx	Tue May 05 01:56:14 2009 +0200
     1.3 @@ -142,7 +142,7 @@
     1.4  screen_config_dialog()
     1.5  {
     1.6  	exec 3>&1
     1.7 -	value=`$DIALOG --help-button \
     1.8 +	value=`$DIALOG \
     1.9  		--clear --colors \
    1.10  		--title " Configure X " \
    1.11  		--menu \
    1.12 @@ -162,10 +162,6 @@
    1.13  		1)
    1.14  			echo "Cancel pressed..."
    1.15  			exit 0 ;;
    1.16 -		2)
    1.17 -			$DIALOG --clear \
    1.18 -			--title " Aide - Help " --textbox "$DOC" 16 70
    1.19 -			exec tazx ;;
    1.20  		255)
    1.21  			if test -n "$value"; then
    1.22  				continue