Abdelrazak Younes wrote:
On 30/09/2008 21:24, Peter Kümmel wrote:
Peter Kümmel wrote:
Abdelrazak Younes wrote:
http://bugzilla.lyx.org/show_bug.cgi?id=4693
Exporting files doesn't create the files in the correct folder
I can't solve this one because I cannot reproduce it and Uwe can't
debug in WinXP64 apparently. We need someone able to step by step
debug this problem under WindowsXP. Otherwise we need to find a work
around at the package level; like creating the prefs file at
installation for the user installing.
When no Qt functions are used we have to switch between "/" and "\"
manually:
Is that a written rule in Qt doc?
I don't think so, but if your os needs "\" as separator you have
to follow this rule when you don't let Qt do the conversion
(implicit by there provided functions)
What about this patch?
If the answer to the above question is yes then OK.
Abdel.