From f3eebd4d191eae368c9cd71bc046469e6cde6a29 Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Mon, 31 May 2010 13:54:39 +0000 Subject: [PATCH] more AF mode --- src/sonymn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sonymn.cpp b/src/sonymn.cpp index f3148c1d..ec434a9b 100644 --- a/src/sonymn.cpp +++ b/src/sonymn.cpp @@ -180,6 +180,7 @@ namespace Exiv2 { //! Lookup table to translate Sony AF mode values to readable labels extern const TagDetails sonyAFMode[] = { + { 0, N_("Default") }, { 1, N_("Multi AF") }, { 2, N_("Center AF") }, { 3, N_("Spot AF") },