From 4b27695fea841d54f7f6407b873bbd33709eeab5 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 31 Aug 2012 15:43:46 +0200 Subject: add "Tango Testing" icon theme It is enabled by default for dev build. It will be used for reworking the Tango theme by the design team. The them was requested by Stefan Knorr (Astron) The two intial icons are from Alexander Wilms Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3 --- scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_hidden_ooo.scp | 3 +++ 2 files changed, 12 insertions(+) (limited to 'scp2') diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 2d1765bfa32b..c0f831d91538 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1291,6 +1291,15 @@ File gid_File_ImagesTango_Zip End #endif +#ifdef THEME_TANGO_TESTING +File gid_File_ImagesTangoTesting_Zip + TXT_FILE_BODY; + Dir = gid_Brand_Dir_Share_Config; + Name = "images_tango_testing.zip"; + Styles = (PACKED); +End +#endif + #ifdef THEME_HUMAN File gid_File_ImagesHuman_Zip TXT_FILE_BODY; diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index a530774b0e22..26ec6d6556c9 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -726,6 +726,9 @@ Module gid_Module_Root_Files_Images #endif #ifdef THEME_TANGO gid_File_ImagesTango_Zip +#endif +#ifdef THEME_TANGO_TESTING + gid_File_ImagesTangoTesting_Zip #endif ); End -- cgit