mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Correct name: XFig -> Xfig
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f752d776f6
commit
93d8c09d65
@ -99,10 +99,10 @@ Template RasterImage
|
|||||||
TemplateEnd
|
TemplateEnd
|
||||||
|
|
||||||
|
|
||||||
Template XFig
|
Template Xfig
|
||||||
GuiName "XFig: $$AbsOrRelPathParent$$Basename"
|
GuiName "Xfig: $$AbsOrRelPathParent$$Basename"
|
||||||
HelpText
|
HelpText
|
||||||
An XFig figure.
|
An Xfig figure.
|
||||||
HelpTextEnd
|
HelpTextEnd
|
||||||
InputFormat fig
|
InputFormat fig
|
||||||
FileFilter "*.fig"
|
FileFilter "*.fig"
|
||||||
|
@ -94,10 +94,10 @@ protected:
|
|||||||
* Specialisation of the Mover concept that uses an external command
|
* Specialisation of the Mover concept that uses an external command
|
||||||
* to copy a file.
|
* 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
|
* picture files. If such a reference has a relative path, then the
|
||||||
* copied .fig file will require a transformation of the picture file
|
* 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
|
class SpecialisedMover : public Mover
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user