]> git.lyx.org Git - lyx.git/blobdiff - src/mover.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / mover.h
index 04e016641ca42ba3cee4873de08fdab8c3e4467a..951636bfdc343e35c9c91b051bfcaefe6fcfbbcc 100644 (file)
@@ -15,6 +15,9 @@
 #include <map>
 #include <string>
 
+
+namespace lyx {
+
 /**
  *  Utility to copy a file of a specified format from one place to another.
  *  This base class simply invokes the command support::copy().
@@ -105,7 +108,7 @@ public:
 
        /** @c command should be of the form
         *  <code>
-        *      sh $$s/scripts/fig_copy.sh $$i $$o $$l
+        *      python $$s/scripts/fig_copy.py $$i $$o $$l
         *  </code>
         *  where $$s is a placeholder for the lyx support directory,
         *        $$i is a placeholder for the name of the file to be moved,
@@ -174,4 +177,7 @@ private:
 extern Movers movers;
 extern Movers system_movers;
 
+
+} // namespace lyx
+
 #endif // MOVER_H