From fd9cc2ec9e3058a32f81ca9ff438078f3353a2da Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:28:46 +0200 Subject: [PATCH] Update fusion360-setup-wizard.sh --- .../stable-branch/bin/fusion360-setup-wizard.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh b/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh index 8dd2a2a..85ac886 100644 --- a/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh +++ b/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh @@ -596,7 +596,15 @@ function configure-locale { [[ "$response" ]] || start-launcher } ---text-info \ +############################################################################################################################################################### + +# Load & View the LICENSE AGREEMENT of this Setup Wizard - cs-CZ + +function licenses-cs { + +license_de=`dirname $0`/data/locale/cs-CZ/license-cs + +zenity --text-info \ --title="$program_name" \ --width=700 \ --height=500 \