[Digikam-devel] [Bug 124939] Improve import picture nomenclature
Marcus Popp
marcus.popp at paranoidbsd.org
Wed Apr 5 20:33:18 BST 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=124939
------- Additional Comments From marcus.popp paranoidbsd org 2006-04-05 21:33 -------
this is just a small fix for a)
--- renamecustomizer.cpp.old 2006-04-05 21:05:14.000000000 +0200
+++ renamecustomizer.cpp 2006-04-05 21:11:54.000000000 +0200
@ -204,7 +204,7 @
QString templ(d->renameCustomPrefix->text());
if (d->renameCustomExif->isChecked())
- templ += "%Y%m%d-%H:%M:%S";
+ templ += "%Y%m%dT%H%M%S";
if (d->renameCustomSeq->isChecked())
templ += "-%%04d";
More information about the Digikam-devel
mailing list