[Digikam-devel] [Bug 126335] Autoration of photos may confuse user because of changes made he is not aware of

Gilles Caulier caulier.gilles at free.fr
Fri May 19 10:58:06 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=126335         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2006-05-19 11:58 -------
SVN commit 542421 by cgilles:

digikam from trunk : fix setup message about exif-rotation actions witch can be confuse for users. The image is not transformed, and is only displayed rotated.
BUG: 126335

 M  +1 -1      setupexif.cpp  


--- branches/stable/extragear/graphics/digikam/utilities/setup/setupexif.cpp #542420:542421
 @ -66,7 +66,7  @
    layout->addWidget(iconSaveExifBox_);
 
    iconExifRotateBox_ = new QCheckBox(this);
-   iconExifRotateBox_->setText(i18n("&Rotate images and thumbnails according to EXIF tag"));
+   iconExifRotateBox_->setText(i18n("Show images/thumbs &rotated according to EXIF orientation tag"));
    layout->addWidget(iconExifRotateBox_);
 
    iconExifSetOrientationBox_ = new QCheckBox(this);



More information about the Digikam-devel mailing list