]> git.lyx.org Git - lyx.git/commitdiff
Correct name: XFig -> Xfig
authorUwe Stöhr <uwestoehr@web.de>
Thu, 15 Mar 2007 21:22:02 +0000 (21:22 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 15 Mar 2007 21:22:02 +0000 (21:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17450 a592a061-630c-0410-9148-cb99ea01b6c8

lib/external_templates
src/mover.h

index 47c41f1be27d16b6fb0186440c562fdb89f9d4ee..99717af6b22ad385d0f12b4fca0b3dae97c816c6 100644 (file)
@@ -99,10 +99,10 @@ Template RasterImage
 TemplateEnd
 
 
-Template XFig
-       GuiName "XFig: $$AbsOrRelPathParent$$Basename"
+Template Xfig
+       GuiName "Xfig: $$AbsOrRelPathParent$$Basename"
        HelpText
-               An XFig figure.
+               An Xfig figure.
        HelpTextEnd
        InputFormat fig
        FileFilter "*.fig"
index 79a6a01f998da0015b05a84287f4789999884862..b370b0391689e351b8a65725ca8518c203b29c14 100644 (file)
@@ -94,10 +94,10 @@ protected:
  *  Specialisation of the Mover concept that uses an external command
  *  to copy a file.
  *
- *  For example, an XFig .fig file can contain references to external
+ *  For example, an Xfig .fig file can contain references to external
  *  picture files. If such a reference has a relative path, then the
  *  copied .fig file will require a transformation of the picture file
- *  reference if it is to be found by XFig.
+ *  reference if it is to be found by Xfig.
  */
 class SpecialisedMover : public Mover
 {