Graphic : Some updates

This commit is contained in:
MatMoul 2018-10-13 01:21:21 +02:00
parent 02f0e7414d
commit cfb7fd647f

View file

@ -2,10 +2,10 @@
. ./lib
options=()
options+=("gimp" "" off)
options+=("inkscape" "" off)
options+=("dia" "" off)
options+=("krita" "" off)
options+=("gimp" "(GTK)" off)
options+=("inkscape" "(GTK)" off)
options+=("dia" "(GTK" off)
options+=("krita" "(QT)" off)
sel=$(whiptail --backtitle "$apptitle" --title "Graphic applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
"${options[@]}" \