Mercurial > geeqie.yaz
changeset 258:395d7115df14
Change default exif order a bit to move up common and useful
info.
author | zas_ |
---|---|
date | Fri, 04 Apr 2008 22:34:55 +0000 |
parents | c5422b69b40e |
children | fa7d69e7d02d |
files | src/bar_exif.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bar_exif.c Fri Apr 04 22:23:36 2008 +0000 +++ b/src/bar_exif.c Fri Apr 04 22:34:55 2008 +0000 @@ -55,15 +55,16 @@ { 0, 0, EXIF_UI_ON, "fDateTime"}, { 0, 0, EXIF_UI_ON, "fShutterSpeed"}, { 0, 0, EXIF_UI_ON, "fAperture"}, - { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"}, { 0, 0, EXIF_UI_IFSET, "fExposureBias"}, { 0, 0, EXIF_UI_IFSET, "fISOSpeedRating"}, { 0, 0, EXIF_UI_ON, "fFocalLength"}, { 0, 0, EXIF_UI_IFSET, "fFocalLength35mmFilm"}, + { 0, 0, EXIF_UI_ON, "fFlash"}, { 0, 0, EXIF_UI_IFSET, "fSubjectDistance"}, + { 0, 0, EXIF_UI_IFSET, "Exif.Photo.ExposureProgram"}, { 0, 0, EXIF_UI_IFSET, "Exif.Photo.MeteringMode"}, - { 0, 0, EXIF_UI_ON, "fFlash"}, { 0, 0, EXIF_UI_IFSET, "Exif.Photo.LightSource"}, + { 0, 0, EXIF_UI_IFSET, "fSubjectDistance"}, { 0, 0, EXIF_UI_OFF, "fResolution"}, { 0, 0, EXIF_UI_IFSET, "Exif.Image.Orientation"}, { 0, 0, EXIF_UI_IFSET, "Exif.Image.ImageDescription"},