Commit 5132f928f14b2dc7223534feab436b5fb3e65dd8

Authored by Brad Shuttleworth
1 parent b91898b8

add download icon and mime-type improvement sql.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4881 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/graphics/download.gif 0 โ†’ 100644

1.05 KB

resources/graphics/download.png 0 โ†’ 100644

702 Bytes

sql/mysql/upgrade/2.99.9/mimetype-friendly.sql 0 โ†’ 100644
  1 +ALTER TABLE mime_types ADD friendly_name CHAR (255) default '';
  2 +
  3 +UPDATE mime_types SET friendly_name = 'OpenOffice.org File' WHERE id IN (130,131,132,133,134,135,136,137,138,139);
0 4 \ No newline at end of file
... ...