From cfb7fd647f5dfff63078b1d79d852a9c41040a1a Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 13 Oct 2018 01:21:21 +0200 Subject: [PATCH] Graphic : Some updates --- install/apps/graphic/graphic | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/apps/graphic/graphic b/install/apps/graphic/graphic index 3073260..ece0dbb 100644 --- a/install/apps/graphic/graphic +++ b/install/apps/graphic/graphic @@ -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[@]}" \