Am Sonntag, 27. August 2006 16:41 schrieb Enrico Forestieri:
> On Sun, Aug 27, 2006 at 03:01:47PM +0200, Georg Baum wrote:
>
> > How does toLocalFile format the string, and how does the result of
toString
> > look like?
>
> toString() gives file:/host/path/file.lyx
> toLocalFile() gives //host/path/file.lyx
Thanks, that is enough. I put it in, but the next time please provide a
changelog entry.
Georg
Log:
fix dropping of UNC filenames on windows (from Enrico)
* src/frontends/qt4/GuiWorkArea.C
(GuiWorkArea::dropEvent): Use toLocalFile instead of toString,
because toString omits the first backslash of UNC paths.
>