[Kde-imaging] [Bug 108945] Batch image filtering overwrite mode: always overwrite doesn't work
Angelo Naselli
anaselli at linux.it
Sat Apr 15 12:24:04 CEST 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=108945
anaselli linux it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From anaselli linux it 2006-04-15 12:24 -------
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;
More information about the Kde-imaging
mailing list