diff options
| author | 2011-04-05 19:54:39 +0200 | |
|---|---|---|
| committer | 2011-04-05 19:54:39 +0200 | |
| commit | 784ad167a91f21be21719d4cf402b38fc4b7d4da (patch) | |
| tree | 09096e0d9b1b65b929ba5bfc3890e3e6fab67d92 /io-psd.c | |
| parent | 8cc1cdcab2d6e8557cf1341d62fe5d1eda5ec708 (diff) | |
| download | gdk-pixbuf-psd-784ad167a91f21be21719d4cf402b38fc4b7d4da.tar.gz gdk-pixbuf-psd-784ad167a91f21be21719d4cf402b38fc4b7d4da.tar.bz2 | |
Use sane GdkPixbufFormat properties
Diffstat (limited to 'io-psd.c')
| -rw-r--r-- | io-psd.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -585,12 +585,10 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info) | |||
| 585 | 585 | ||
| 586 | info->name = "psd"; | 586 | info->name = "psd"; |
| 587 | info->signature = signature; | 587 | info->signature = signature; |
| 588 | //info->description = N_("Adobe Photoshop format"); | ||
| 589 | info->description = "Adobe Photoshop format"; | 588 | info->description = "Adobe Photoshop format"; |
| 590 | info->mime_types = mime_types; | 589 | info->mime_types = mime_types; |
| 591 | info->extensions = extensions; | 590 | info->extensions = extensions; |
| 592 | info->flags = GDK_PIXBUF_FORMAT_THREADSAFE; | 591 | info->flags = GDK_PIXBUF_FORMAT_THREADSAFE; |
| 593 | info->flags = 0; | ||
| 594 | info->license = "LGPL"; | 592 | info->license = "LGPL"; |
| 595 | } | 593 | } |
| 596 | 594 | ||
