]> git.lyx.org Git - lyx.git/blobdiff - src/mover.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / mover.C
index 20e590940852dadc6aa4ccf57bb8c27bbbe3803c..e8a69a5bea9af018d6b0b21bba7e8dd581a8219d 100644 (file)
@@ -48,7 +48,7 @@ bool SpecialisedMover::do_copy(string const & from, string const & to,
        if (command_.empty())
                return Mover::do_copy(from, to, latex);
 
-       string command = support::LibScriptSearch(command_);
+       string command = support::libScriptSearch(command_);
        command = support::subst(command, "$$i", from);
        command = support::subst(command, "$$o", to);
        command = support::subst(command, "$$l", latex);