Fix creation of output file namemaster
commit39193300cfa3952e900301c6235009a890379629
authorjlh <jlh@gmx.ch>
Fri, 16 Oct 2009 16:36:11 +0000 (16 18:36 +0200)
committerjlh <jlh@gmx.ch>
Fri, 16 Oct 2009 16:36:11 +0000 (16 18:36 +0200)
tree6b8279121c03dd78c53fd8bcf3703b5d5afcb963
parentdcbe8717f2cd3774d58df0fda5b5ce46de426309
Fix creation of output file name

Properly parse the file name pattern instead of using a serie of
string replacements, that was producing incorrect results in some
rare cases.  Also, any forward slash is now being replaced by an
underscore, this fixes the creation of superfluous directories if
display names contained slashes.
preferences.cpp