[Digikam-devel] [Bug 114506] Wrong menu label for "Set as Tag Thumbnail" Drag and Drop operation.

Joern Ahrens joern.ahrens at kdemail.net
Sun Oct 16 15:38:25 BST 2005


------- 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=114506         
joern.ahrens kdemail net changed:

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



------- Additional Comments From joern.ahrens kdemail net  2005-10-16 16:38 -------
SVN commit 471122 by jahrens:

BUG: 114506

 M  +1 -1      tagfolderview.cpp  


--- trunk/extragear/graphics/digikam/digikam/tagfolderview.cpp #471121:471122
 @ -647,7 +647,7  @
             else
             {
                 QPopupMenu popMenu(this);
-                popMenu.insertItem(i18n("Set as Album Thumbnail"), 12);
+                popMenu.insertItem(i18n("Set as Tag Thumbnail"), 12);
                 popMenu.insertSeparator(-1);
                 popMenu.insertItem( SmallIcon("cancel"), i18n("C&ancel") );



More information about the Digikam-devel mailing list