From 06be13f1f675667bce0505e00b45fef6bad50430 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 9 Apr 2016 01:23:29 +0200 Subject: [PATCH] Add spell check, thesorus, ... to office apps --- install/apps/office/menu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/apps/office/menu b/install/apps/office/menu index d847b6a..679341e 100644 --- a/install/apps/office/menu +++ b/install/apps/office/menu @@ -3,6 +3,7 @@ options=() options+=("Office Suites" "") +options+=("Office Spell Check and Thesaurus" "") options+=("Office Tools" "") @@ -17,6 +18,7 @@ sed -i "/^defaultitem=/c\defaultitem=\"$sel\"" $0 case $sel in "Office Suites") script install/apps/office/office;; + "Office Spell Check and Thesaurus") script install/apps/office/office-spell-thesaurus;; "Office Tools") script install/apps/office/office-tools;; esac