]> git.lyx.org Git - features.git/commit
fix dropping of UNC filenames on windows (from Enrico)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 27 Aug 2006 16:10:41 +0000 (16:10 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 27 Aug 2006 16:10:41 +0000 (16:10 +0000)
commit0df0e32b22541e4300e18096fcf59068923db05a
tree6cb91d1ddd85f79da0beba3a20fd71a8d5ebdfa3
parent132ab09b38477b27fe5300cdec91debe0fc45c9d
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.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14846 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiWorkArea.C