changeset 323:4e721492341b

Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif. Requested by Frdric Mantegazza.
author zas_
date Sat, 12 Apr 2008 06:42:47 +0000
parents d344bcf37618
children 6c2cf2f12b0d
files src/bar_exif.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/bar_exif.c	Fri Apr 11 23:32:22 2008 +0000
+++ b/src/bar_exif.c	Sat Apr 12 06:42:47 2008 +0000
@@ -64,6 +64,7 @@
 	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"},
 	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.MeteringMode"},
 	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"},
+	{ 0, 0, EXIF_UI_IFSET, "Exif.Photo.ColorSpace"},
 	{ 0, 0, EXIF_UI_IFSET, "fSubjectDistance"},
 	{ 0, 0, EXIF_UI_OFF,   "fResolution"},
 	{ 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"},