Project

General

Profile

Patch #705 ยป exiv2-pentax.patch

Anonymous, 21 May 2010 02:45

View differences:

src/pentaxmn.cpp (working copy)
142 142
        {    0x12dea, N_("Optio P80") },
143 143
        {    0x12df4, N_("Optio WS80") },
144 144
        {    0x12dfe, N_("K-x") },
145
        {    0x12e08, N_("645D") },
145 146
        {    0x12e3a, N_("Optio I-10") },
146 147
    };
147 148

  
......
531 532
        { 0x01000000, N_("Continuous") },
532 533
        { 0x02000000, N_("Continuous (Hi)") },
533 534
        { 0x03000000, N_("Burst") },
535
        { 0x00100000, N_("Single-frame") }, /* on 645D */
534 536
        { 0x00010000, N_("Self-timer (12 sec)") },
535 537
        { 0x00020000, N_("Self-timer (2 sec)") },
536 538
        { 0x00000100, N_("Remote Control (3 sec)") },
......
688 690
        { 0x08eb, "smc PENTAX-DA* 200mm F2.8 ED [IF] SDM" },
689 691
        { 0x08f1, "smc PENTAX-DA* 50-135mm F2.8 ED [IF] SDM" },
690 692
        { 0x08f2, "smc PENTAX-DA* 16-50mm F2.8 ED AL [IF] SDM" },
693
        { 0x0b04, "smc PENTAX-FA645 Zoom 45mm-85mm F4.5" },
694
        { 0x0b07, "smc PENTAX-FA645 Macro 120mm F4" },
695
        { 0x0b11, "smc PENTAX-FA645 Zoom 150mm-300mm F5.6 ED [IF]" },
691 696
    };
692 697

  
693 698
    //! ImageTone, tag 0x004f
......
698 703
        {    3, N_("Landscape") },
699 704
        {    4, N_("Vibrant") },
700 705
        {    5, N_("Monochrome") },
706
        {    7, N_("Reversal film") },
701 707
    };
702 708

  
703 709
    //! DynamicRangeExpansion, tag 0x0069
......
712 718
        {   1, N_("Weakest") },
713 719
        {   2, N_("Weak") },
714 720
        {   3, N_("Strong") },
721
        {   4, N_("Custom") },
715 722
    };
716 723

  
717 724
    std::ostream& PentaxMakerNote::printPentaxVersion(std::ostream& os, const Value& value, const ExifData*)
    (1-1/1)