Bug 114506

Summary: Wrong menu label for "Set as Tag Thumbnail" Drag and Drop operation.
Product: [Applications] digikam Reporter: Tung NGUYEN <ntung>
Component: Usability-MenusAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.8.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tung NGUYEN 2005-10-16 16:03:15 UTC
Version:           0.8.0-beta2 (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
OS:                Linux

In Tags view, after dragging and dropping a photo to its tag, in the opened menu, I can see "Set as Album Thumbnail" instead of "Set as Tag Thumbnail".
Comment 1 Joern Ahrens 2005-10-16 16:38:24 UTC
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") );
 
Comment 2 Tung NGUYEN 2005-10-16 16:59:31 UTC
Thank you.
Comment 3 caulier.gilles 2005-10-16 17:53:36 UTC
Fixed by Joern. Closed...

Gilles