]> git.lyx.org Git - lyx.git/blobdiff - src/mover.h
minimal effort implementation of:
[lyx.git] / src / mover.h
index 159545b56e61a5b933809462f21c0a85ad966366..a2af0f723a2c9903fe316f40713a3f5330cd3128 100644 (file)
@@ -81,11 +81,11 @@ public:
 protected:
        virtual bool
        do_copy(std::string const & from, std::string const & to,
-               std::string const &) const;
+               std::string const &) const;
 
        virtual bool
        do_rename(std::string const & from, std::string const & to,
-                 std::string const &) const;
+                 std::string const &) const;
 };
 
 
@@ -105,9 +105,9 @@ public:
 
        /** @c command should be of the form
         *  <code>
-        *      sh $$s/copy_fig.sh $$i $$o $$l
+        *      python $$s/scripts/fig_copy.py $$i $$o $$l
         *  </code>
-        *  where $$s is a placeholder for the lyx script directory,
+        *  where $$s is a placeholder for the lyx support directory,
         *        $$i is a placeholder for the name of the file to be moved,
         *        $$o is a placeholder for the name of the file after moving,
         *        $$l is a placeholder for the name of the file after moving,
@@ -128,11 +128,11 @@ public:
 private:
        virtual bool
        do_copy(std::string const & from, std::string const & to,
-               std::string const & latex) const;
+               std::string const & latex) const;
 
        virtual bool
        do_rename(std::string const & from, std::string const & to,
-                 std::string const & latex) const;
+                 std::string const & latex) const;
 
        std::string command_;
 };