diff options
author | Norbert Preining <preining@logic.at> | 2009-10-30 03:57:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-10-30 03:57:01 +0000 |
commit | d5c1b9edc9c0a0c14191a00871f3a9f68a1818f3 (patch) | |
tree | cfce72973cb614212516fbe8e3e84396e16eadc9 /Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | |
parent | aa4c27a1c7205d81482caec4168e8f5ed60c5433 (diff) |
fix for unsecure calls in menu items, the progs have to be quoted since
TEXDIR can empbed spaces
git-svn-id: svn://tug.org/texlive/trunk@15905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index e83ea533f43..8c8d5ce9185 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -3,9 +3,9 @@ category TLCore # all the archs are created binpattern f/win32 bin/win32/psv runpattern d tlpkg/tlpsv -postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 -postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1 -postaction filetype name=TL.PSView.view cmd='TEXDIR/bin/win32/psv.bat "%1"' +postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd='"TEXDIR/bin/win32/psv.bat"' hide=1 +postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd='"TEXDIR/bin/win32/psv.bat"' hide=1 +postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.bat" "%1"' postaction fileassoc extension=.eps filetype=TL.PSView.view postaction fileassoc extension=.ps filetype=TL.PSView.view postaction fileassoc extension=.pdf filetype=TL.PSView.view |