]> git.lyx.org Git - lyx.git/blobdiff - src/mover.h
Transform the name of the temp dir on Windows with GetLongPathName.
[lyx.git] / src / mover.h
index 159545b56e61a5b933809462f21c0a85ad966366..0b74e00fdc068206f0298f4edadf025c33d82cd7 100644 (file)
@@ -105,9 +105,9 @@ public:
 
        /** @c command should be of the form
         *  <code>
-        *      sh $$s/copy_fig.sh $$i $$o $$l
+        *      sh $$s/scripts/fig_copy.sh $$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,