From c1f48d8188e92681f6d348aeb294544d91aaed9a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 20 Oct 2010 16:18:00 +0200 Subject: Don't create the Industrial theme. But still do fallback to that when there are missing icons. --- packimages/pack/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index f3f8d0c9b792..471f5b585403 100644 --- a/packimages/pack/makefile.mk +++ b/packimages/pack/makefile.mk @@ -36,8 +36,9 @@ RSCCUSTOMIMG*=$(PRJ) IMAGES := $(COMMONBIN)$/images.zip SORTED_LIST=$(RES)$/img$/sorted.lst -# Custom sets, at 24x24 & 16x16 fall-back to industrial preferentially -CUSTOM_IMAGE_SETS=hicontrast industrial crystal oxygen tango classic +# Custom sets, at 24x24 & 16x16 fall-back to Tango preferentially +# (Tango fallbacks to Industrial for the missing icons) +CUSTOM_IMAGE_SETS=hicontrast crystal oxygen tango classic CUSTOM_IMAGES+=$(foreach,i,$(CUSTOM_IMAGE_SETS) images_$i) CUSTOM_PREFERRED_FALLBACK_1*=-c $(SOLARSRC)$/ooo_custom_images$/tango CUSTOM_PREFERRED_FALLBACK_2*=-c $(SOLARSRC)$/ooo_custom_images$/industrial -- cgit