diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-05-13 17:52:18 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-15 09:37:41 +0100 |
commit | 5d5950a766311cac4c851744c6622f8ac525975f (patch) | |
tree | c65cf8fcdebfca202108576f147753c2b117dd5f /scp2/source | |
parent | 08df0ab05ee209f1198ee0879f97a63ffaf56d76 (diff) |
gallery: convert text-shapes to new build logic.
Change-Id: Ia45a2eed7104b376b92290e1a40219e8988d927b
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/file_extra_ooo.scp | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/scp2/source/ooo/file_extra_ooo.scp b/scp2/source/ooo/file_extra_ooo.scp index 1ec4e9fea42f..feb17f9c240a 100644 --- a/scp2/source/ooo/file_extra_ooo.scp +++ b/scp2/source/ooo/file_extra_ooo.scp @@ -224,19 +224,8 @@ File gid_File_Extra_Galltransport Name = "extras_galltransport.filelist"; End -File gid_File_Extra_Galltxtshapes - Dir = FILELIST_DIR; - TXT_FILE_BODY; - Styles = (FILELIST); - Name = "extras_galltxtshapes.filelist"; -End - -File gid_File_Extra_Gallsound - Dir = FILELIST_DIR; - USER_FILE_BODY; - Styles = (FILELIST, WORKSTATION, DONT_OVERWRITE); - Name = "Gallery/sound.filelist"; -End +GALLERY_FILELIST(txtshapes) +GALLERY_FILELIST(sound) File gid_File_Extra_Gallmytheme Dir = FILELIST_DIR; |