mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
GuiDocument.cpp, BufferParams.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5294
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26628 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4c48e7746b
commit
ce09194e43
@ -84,8 +84,11 @@ static char const * const string_footnotekinds[] = {
|
||||
|
||||
|
||||
static char const * const tex_graphics[] = {
|
||||
"default", "dvips", "dvitops", "emtex",
|
||||
"ln", "oztex", "textures", "none", ""
|
||||
"default", "dvialw", "dvilaser", "dvipdf", "dvipdfm", "dvipdfmx",
|
||||
"dvips", "dvipsone", "dvitops", "dviwin", "dviwindo", "dvi2ps", "emtex",
|
||||
"ln", "oztex", "pctexhp", "pctexps", "pctexwin", "pctex32", "pdftex",
|
||||
"psprint", "pubps", "tcidvi", "textures", "truetex", "vtex", "xdvi",
|
||||
"xetex", "none", ""
|
||||
};
|
||||
|
||||
|
||||
|
@ -71,15 +71,21 @@ namespace {
|
||||
|
||||
char const * const tex_graphics[] =
|
||||
{
|
||||
"default", "dvips", "dvitops", "emtex",
|
||||
"ln", "oztex", "textures", "none", ""
|
||||
"default", "dvialw", "dvilaser", "dvipdf", "dvipdfm", "dvipdfmx",
|
||||
"dvips", "dvipsone", "dvitops", "dviwin", "dviwindo", "dvi2ps", "emtex",
|
||||
"ln", "oztex", "pctexhp", "pctexps", "pctexwin", "pctex32", "pdftex",
|
||||
"psprint", "pubps", "tcidvi", "textures", "truetex", "vtex", "xdvi",
|
||||
"xetex", "none", ""
|
||||
};
|
||||
|
||||
|
||||
char const * const tex_graphics_gui[] =
|
||||
{
|
||||
N_("Default"), "Dvips", "DVItoPS", "EmTeX",
|
||||
"LN", "OzTeX", "Textures", N_("None"), ""
|
||||
N_("Default"), "dvialw", "DviLaser", "dvipdf", "DVIPDFM", "DVIPDFMx",
|
||||
"Dvips", "DVIPSONE", "DVItoPS", "DVIWIN", "DVIWindo", "dvi2ps", "EmTeX",
|
||||
"LN", "OzTeX", "pctexhp", "pctexps", "pctexwin", "PCTeX32", "pdfTeX",
|
||||
"psprint", "pubps", "tcidvi", "Textures", "TrueTeX", "VTeX", "xdvi",
|
||||
"XeTeX", N_("None"), ""
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user