]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/prefTest.pm
Russian translation of Additional manual by Henry Chern
[lyx.git] / lib / scripts / prefTest.pm
index 8f8876913443dc5e111a0d73486dfda0a8b57bfa..1f1470f5a6c73c1adb07a8e30a7622badfe08baf 100644 (file)
@@ -94,7 +94,7 @@ sub getConverter($$)
   if ($add) {
     if ($cmd !~ /\-shell-(escape|restricted)/) {
       if ($cmd =~ /^(\S+)\s*(.*)$/) {
-       $cmd = "$1 -shell-restricted $2";
+       $cmd = "$1 -shell-escape $2";
        $cmd =~ s/\s+$//;
       }
     }