* lib/Makefile.am s/convertDefault.sh/convertDefault.py/

* src/converter.C
	(Converters::convert): ditto

	* src/graphics/GraphicsConverter.C
	(Converter::Impl::Impl): ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-06-26 15:13:32 +00:00
parent 254b3cf67c
commit f5fbef2d8f
3 changed files with 3 additions and 3 deletions

View File

@ -880,7 +880,7 @@ scriptsdir = $(pkgdatadir)/scripts
dist_scripts_DATA = \
scripts/TeXFiles.sh \
scripts/clean_dvi.py \
scripts/convertDefault.sh \
scripts/convertDefault.py \
scripts/fen2ascii.py \
scripts/fig2pdftex.sh \
scripts/fig2pstex.sh \

View File

@ -306,7 +306,7 @@ bool Converters::convert(Buffer const * buffer,
quoteName(to_ext + ':' + to_file);
lyxerr[Debug::FILES]
<< "No converter defined! "
"I use convertDefault.sh:\n\t"
"I use convertDefault.py:\n\t"
<< command << endl;
Systemcall one;
one.startscript(Systemcall::Wait, command);

View File

@ -183,7 +183,7 @@ Converter::Impl::Impl(string const & from_file, string const & to_file_base,
quoteName(to_format + ':' + to_file_);
lyxerr[Debug::GRAPHICS]
<< "\tNo converter defined! I use convertDefault.sh\n\t"
<< "\tNo converter defined! I use convertDefault.py\n\t"
<< script_command_ << endl;
} else {