diff options
author | jan.dudek | 2009-12-07 14:41:41 +0000 |
---|---|---|
committer | jan.dudek | 2009-12-07 14:41:41 +0000 |
commit | b4433c27f8225fe41f7f9f9ac52d34d464b5e0c0 (patch) | |
tree | b8a946027e9910be5783495607c96af3c39b288a | |
parent | 30fcefff4104a5e982069c0e4e6dcd4d54908c24 (diff) | |
download | gdk-pixbuf-psd-b4433c27f8225fe41f7f9f9ac52d34d464b5e0c0.tar.gz gdk-pixbuf-psd-b4433c27f8225fe41f7f9f9ac52d34d464b5e0c0.tar.bz2 |
New MIME-type: image/vnd.adobe.photoshopsvn
git-svn-id: http://gdk-pixbuf-psd.googlecode.com/svn/trunk@20 c5539ac3-5556-0410-9a1f-7faf0b045682
-rw-r--r-- | io-psd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -576,6 +576,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info) }; static gchar * mime_types[] = { "image/x-psd", + "image/vnd.adobe.photoshop", NULL }; static gchar * extensions[] = { |