Update fusion360-setup-wizard.sh

This commit is contained in:
Steve Zabka
2021-10-21 20:28:46 +02:00
committed by GitHub
parent 3510b20ce7
commit fd9cc2ec9e

View File

@@ -596,7 +596,15 @@ function configure-locale {
[[ "$response" ]] || start-launcher [[ "$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" \ --title="$program_name" \
--width=700 \ --width=700 \
--height=500 \ --height=500 \