[niepce] ISO isn't a string array



commit 99e5a2eb02eac72cfcfefa19ffd92b954d3ccbdb
Author: Hub Figuiere <hub figuiere net>
Date:   Thu Feb 2 23:57:32 2012 -0800

    ISO isn't a string array

 src/niepce/ui/metadatapanecontroller.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/niepce/ui/metadatapanecontroller.cpp b/src/niepce/ui/metadatapanecontroller.cpp
index 9aa784e..b90a759 100644
--- a/src/niepce/ui/metadatapanecontroller.cpp
+++ b/src/niepce/ui/metadatapanecontroller.cpp
@@ -44,7 +44,7 @@ MetaDataPaneController::get_format()
         { _("Exposure Program:"), eng::NpExifExposureProgramProp, fwk::META_DT_STRING, true },
         { _("Speed:"), eng::NpExifExposureTimeProp, fwk::META_DT_STRING, true },
         { _("Aperture:"), eng::NpExifFNumberPropProp, fwk::META_DT_FRAC, true },
-        { _("ISO:"), eng::NpExifIsoSpeedRatingsProp, fwk::META_DT_STRING_ARRAY, true },
+        { _("ISO:"), eng::NpExifIsoSpeedRatingsProp, fwk::META_DT_STRING, true },
         { _("Exposure Bias:"), eng::NpExifExposureBiasProp, fwk::META_DT_FRAC, true },
         { _("Flash:"), eng::NpExifFlashFiredProp, fwk::META_DT_STRING, true },
         { _("Flash compensation:"), eng::NpExifAuxFlashCompensationProp, fwk::META_DT_STRING, true },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]