]> git.lyx.org Git - features.git/commit
Convert internal_path() to unicode (partially). Fix bug 3114:
authorAbdelrazak Younes <younes@lyx.org>
Thu, 18 Jan 2007 12:30:07 +0000 (12:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 18 Jan 2007 12:30:07 +0000 (12:30 +0000)
commit0c496dc5352957ff72b90040c93b741600e49e7b
treec61aa12d82c7561a6bdd777810602d17027b8bf6
parent3d2184730a436d56dd4e3ddad1f067d8bb14200e
Convert internal_path() to unicode (partially). Fix bug 3114:
  http://bugzilla.lyx.org/show_bug.cgi?id=3114

* os.h
  - new docstring adapted internal_path()

* qt_helpers.[Ch]:
  - new QString adapted internal_path()

All other files: use that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16744 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/QExternal.C
src/frontends/qt4/QGraphics.C
src/frontends/qt4/QInclude.C
src/frontends/qt4/QPrefsDialog.C
src/frontends/qt4/qt_helpers.C
src/frontends/qt4/qt_helpers.h
src/support/os.h
src/support/os_cygwin.C
src/support/os_unix.C
src/support/os_win32.C