Graphic : Some updates
This commit is contained in:
parent
02f0e7414d
commit
cfb7fd647f
1 changed files with 4 additions and 4 deletions
|
@ -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[@]}" \
|
||||
|
|
Loading…
Reference in a new issue