X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexif-common.c;h=ea561f4eae7a4221fe86c15ad69cd1845fd70209;hb=19e15950dc3df7ba27241b594f68e1743f2f2552;hp=8cc7c2d44f4505508390ab89d2c7587edee40977;hpb=417c2b44b60d99f423bfed1beb7571284bce4574;p=geeqie.git diff --git a/src/exif-common.c b/src/exif-common.c index 8cc7c2d4..ea561f4e 100644 --- a/src/exif-common.c +++ b/src/exif-common.c @@ -945,6 +945,7 @@ ExifFormattedText ExifFormattedList[] = { {"file.link", N_("File link"), NULL}, {"file.class", N_("File class"), NULL}, {"file.page_no", N_("Page no."), NULL}, + {"lua.lensID", N_("Lens"), NULL}, { NULL, NULL, NULL } }; @@ -970,8 +971,7 @@ gchar *exif_get_description_by_key(const gchar *key) { if (!key) return NULL; - if (strncmp(key, EXIF_FORMATTED(), EXIF_FORMATTED_LEN) == 0 || - strncmp(key, "file.", 5) == 0) + if (strncmp(key, EXIF_FORMATTED(), EXIF_FORMATTED_LEN) == 0 || strncmp(key, "file.", 5) == 0 || strncmp(key, "lua.", 4) == 0) { gint i;