]> git.lyx.org Git - lyx.git/commit
Use FileName instead of strings in support::Package.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 6 Apr 2007 13:09:54 +0000 (13:09 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 6 Apr 2007 13:09:54 +0000 (13:09 +0000)
commitd4e8fdd7039b087a26bd1e15c35d3865a0093879
tree0856edae736437951bf67e1506656391dec92b17
parent675b84c1b031ad68706ec9893b60469fef5e8206
Use FileName instead of strings in support::Package.
This fixes some encoding problems, and hopefully also bug 3410.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17746 a592a061-630c-0410-9148-cb99ea01b6c8
28 files changed:
src/BufferView.C
src/ConverterCache.C
src/buffer.C
src/bufferlist.C
src/client/messages.C
src/converter.C
src/exporter.C
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/helper_funcs.C
src/insets/ExternalSupport.C
src/insets/ExternalTemplate.C
src/insets/ExternalTemplate.h
src/insets/insetbibtex.C
src/lyx_main.C
src/lyxfunc.C
src/messages.C
src/session.C
src/support/filetools.C
src/support/filetools.h
src/support/os_cygwin.C
src/support/os_win32.C
src/support/package.C.in
src/support/package.h
src/support/path.C
src/support/path.h
src/support/tempname.C
src/vc-backend.C