Commit ac09b404892324c222b56ed70ba2a5f3ffbcfe18

Authored by michael
1 parent 445c9b80

added icon paths for zip files


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1703 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 3 deletions
sql/tables.sql
... ... @@ -616,9 +616,9 @@ INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('xml', 'text/xm
616 616 INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('xpm', 'image/x-xpixmap', NULL);
617 617 INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('xwd', 'image/x-xwindowdump', NULL);
618 618 INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('xyz', 'chemical/x-pdb', NULL);
619   -INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('zip', 'application/zip', NULL);
620   -INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('gz', 'application/x-gzip', NULL);
621   -INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('tgz', 'application/x-gzip', NULL);
  619 +INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('zip', 'application/zip', 'icons/zip.gif');
  620 +INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('gz', 'application/x-gzip', 'icons/zip.gif');
  621 +INSERT INTO mime_types (filetypes, mimetypes, icon_path) VALUES ('tgz', 'application/x-gzip', 'icons/zip.gif');
622 622  
623 623 -- data_types
624 624 insert into data_types (name) values ('STRING');
... ...