| Summary: | Wrong menu label for "Set as Tag Thumbnail" Drag and Drop operation. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Tung NGUYEN <ntung> |
| Component: | Usability-Menus | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 0.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.4.0 | |
| Sentry Crash Report: | |||
|
Description
Tung NGUYEN
2005-10-16 16:03:15 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") );
Thank you. Fixed by Joern. Closed... Gilles |