]> git.lyx.org Git - lyx.git/commitdiff
* lib/Makefile.am s/convertDefault.sh/convertDefault.py/
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 26 Jun 2006 15:13:32 +0000 (15:13 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 26 Jun 2006 15:13:32 +0000 (15:13 +0000)
* 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

lib/Makefile.am
src/converter.C
src/graphics/GraphicsConverter.C

index 5c33f0fda90740a961abea12229ebe29dc79fde4..45866d705f0ef945989bb79aa4201f30cba8fce8 100644 (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 \
index b0669b24083aa04f1144c81d552ebbea0ebaf8fc..d55633b0d30077970bab2c1cd945a0ba5495a20a 100644 (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);
index 2293d504a606ca1727580d642435d23154913b5f..941aeb2a0ff1c531b28fb20c7b6c4c0d94b3fdfb 100644 (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 {