[gnome-commander] Fixed broken metatag id (Exif.TIFF/EPStandardID -> Exif.TIFF_EPStandardID)



commit 7d7676628198be2292200b10ddcbd88d05a5dd26
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Dec 18 19:35:40 2010 +0100

    Fixed broken metatag id (Exif.TIFF/EPStandardID -> Exif.TIFF_EPStandardID)

 doc/C/gnome-commander.xml  |    2 +-
 src/tags/gnome-cmd-tags.cc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index 93be97d..a818c74 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -2405,7 +2405,7 @@
                         <entry><para>Fractions of seconds for the <literal>Exif.DateTimeOriginal</literal> tag.</para></entry>
                     </row>
                     <row valign="top">
-                        <entry><para>Exif.TIFF/EPStandardID</para></entry>
+                        <entry><para>Exif.TIFF_EPStandardID</para></entry>
                         <entry><para>TIFF/EP Standard ID</para></entry>
                         <entry><para>TIFF/EP Standard ID.</para></entry>
                     </row>
diff --git a/src/tags/gnome-cmd-tags.cc b/src/tags/gnome-cmd-tags.cc
index 1d2a8a6..4d72734 100644
--- a/src/tags/gnome-cmd-tags.cc
+++ b/src/tags/gnome-cmd-tags.cc
@@ -299,7 +299,7 @@ void gcmd_tags_init()
                        {TAG_EXIF_SUBSECTIME, {"Exif.SubsecTime", TAG_EXIF, N_("Subsec Time"), N_("Fractions of seconds for the <Exif.DateTime> tag.")}},
                        {TAG_EXIF_SUBSECTIMEDIGITIZED, {"Exif.SubSecTimeDigitized", TAG_EXIF, N_("Subsec Time Digitized"), N_("Fractions of seconds for the <Exif.DateTimeDigitized> tag.")}},
                        {TAG_EXIF_SUBSECTIMEORIGINAL, {"Exif.SubSecTimeOriginal", TAG_EXIF, N_("Subsec Time Original"), N_("Fractions of seconds for the <Exif.DateTimeOriginal> tag.")}},
-                       {TAG_EXIF_TIFFEPSTANDARDID, {"Exif.TIFF/EPStandardID", TAG_EXIF, N_("TIFF/EP Standard ID"), N_("TIFF/EP Standard ID.")}},
+                       {TAG_EXIF_TIFFEPSTANDARDID, {"Exif.TIFF_EPStandardID", TAG_EXIF, N_("TIFF/EP Standard ID"), N_("TIFF/EP Standard ID.")}},
                        {TAG_EXIF_TRANSFERFUNCTION, {"Exif.TransferFunction", TAG_EXIF, N_("Transfer Function"), N_("A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in <Exif.ColorSpace> tag.")}},
                        {TAG_EXIF_TRANSFERRANGE, {"Exif.TransferRange", TAG_EXIF, N_("Transfer Range"), N_("Transfer range.")}},
                        {TAG_EXIF_USERCOMMENT, {"Exif.UserComment", TAG_EXIF, N_("User Comment"), N_("A tag for Exif users to write keywords or comments on the image besides those in <Exif.ImageDescription>, and without the character code limitations of the <Exif.ImageDescription> tag. The character code used in the <Exif.UserComment> tag is identified based on an ID code in a fixed 8-byte area at the start of the tag data area. The unused portion of the area is padded with NULL (\"00.h\"). ID codes are assigned by means of registration. The value of CountN is determinated based on the 8 bytes in the character code area and the number of bytes in the user comment part. Since the TYPE is not ASCII, NULL termination is not necessary. The ID code for the <Exif.UserComment> area may be a Defined code such as JIS or ASCII, or may be Undefined. The Undefined name is UndefinedText, and the ID code is filled with 8 bytes of all \"NULL\" (\"00.H\"). An Exif reader that reads the <Exif
 .UserComment> tag must have a function for determining the ID code. This function is not required in Exif readers that do not use the <Exif.UserComment> tag. When a <Exif.UserComment> area is set aside, it is recommended that the ID code be ASCII and that the following user comment part be filled with blank characters [20.H].")}},



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