From 439429ae36d71e5580a7b99eb2ccd9fbf432c336 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 30 Mar 2010 13:05:47 +0200 Subject: New version, Added missing files, Updated quickstart to use full sized buttons --- firstaidkit-qs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firstaidkit-qs') diff --git a/firstaidkit-qs b/firstaidkit-qs index 32a1004..a43b829 100755 --- a/firstaidkit-qs +++ b/firstaidkit-qs @@ -7,7 +7,7 @@ function pause() } if [ "$DISPLAY" == "" ]; then - DIALOG="whiptail" + DIALOG="whiptail --fb" else DIALOG="zenity" fi -- cgit