| Summary: | Batch image filtering overwrite mode: always overwrite doesn't work | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Bernie <meensb> |
| Component: | BatchQueueManager-Plugins | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, heart1010 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.1.0 | |
| Sentry Crash Report: | |||
|
Description
Bernie
2005-07-11 21:46:00 UTC
SVN commit 530081 by anaselli:
- typo
BUG: 108945
M +1 -1 batchprocessimagesdialog.cpp
--- trunk/extragear/libs/kipi-plugins/batchprocessimages/batchprocessimagesdialog.cpp #530080:530081
@@ -1046,7 +1046,7 @@
if (OverWrite == i18n("Skip"))
return OVERWRITE_SKIP;
- if (OverWrite == i18n("Always OverWrite"))
+ if (OverWrite == i18n("Always Overwrite"))
return OVERWRITE_OVER;
return OVERWRITE_ASK;
*** Bug 122049 has been marked as a duplicate of this bug. *** In Kubuntu 6.06 (Dapper) with Linux 2.6.15-26-amd64-k8 and KDE 3.5.2, using Digikam 0.8.2-rc1 and kipi-plugins 0.1+rc1-1ubuntu2, the bug continues. |