Fix bug 2660

* lib/doc/de_UserGuide.lyx: fix image paths


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14929 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-07 12:46:02 +00:00
parent 741d9831c6
commit 361902d2f1
2 changed files with 4 additions and 2 deletions

View File

@ -20878,7 +20878,7 @@ Mathe-Kontrollfl
\family default \family default
benutzen, um Hoch- oder Tiefstellungen zu erzeugen ( benutzen, um Hoch- oder Tiefstellungen zu erzeugen (
\begin_inset Graphics \begin_inset Graphics
filename ../images/math/math-superscript.xpm filename ../images/math/super.xpm
scale 70 scale 70
BoundingBox 0bp 6bp 20bp 20bp BoundingBox 0bp 6bp 20bp 20bp
@ -20886,7 +20886,7 @@ Mathe-Kontrollfl
und und
\begin_inset Graphics \begin_inset Graphics
filename ../images/math/math-subscript.xpm filename ../images/math/sub.xpm
scale 70 scale 70
BoundingBox 0bp 6bp 20bp 20bp BoundingBox 0bp 6bp 20bp 20bp

View File

@ -147,3 +147,5 @@ What's new
- remove outdated development tools & outdated LyXConfig.LyX. - remove outdated development tools & outdated LyXConfig.LyX.
- remove all references to reLyX which has been replaced by tex2LyX. - remove all references to reLyX which has been replaced by tex2LyX.
- fix image paths in german userguide (bug 2660)