diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-08-31 15:43:46 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-08-31 15:52:21 +0200 |
commit | 4b27695fea841d54f7f6407b873bbd33709eeab5 (patch) | |
tree | c68d22e7838eec4fa536b863e9306d6738e41f6c /scp2 | |
parent | 10efe1bcedfa450e95cbc3f08642d239ba2ab579 (diff) |
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) <heinzlesspam at gmail dot com>
The two intial icons are from Alexander Wilms <alexander dot wilms at zoho dot com>
Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 9 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 3 |
2 files changed, 12 insertions, 0 deletions
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 @@ -727,6 +727,9 @@ Module gid_Module_Root_Files_Images #ifdef THEME_TANGO gid_File_ImagesTango_Zip #endif +#ifdef THEME_TANGO_TESTING + gid_File_ImagesTangoTesting_Zip +#endif ); End #endif |