diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-03-12 18:37:50 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-03-12 18:37:50 +0000 |
commit | 9eb31afb3789eabfb19cb98e86ad031df3b880cb (patch) | |
tree | 8063e7d800cf7c2dcd32456c834efe4b2b49dd96 /Master | |
parent | edb543fd68f53404a38825694f9d54535feb7b50 (diff) |
fix psv shortcuts
git-svn-id: svn://tug.org/texlive/trunk@17444 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index 5114c17226a..99713169992 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -3,8 +3,8 @@ category TLCore # all the archs are created binpattern f/win32 bin/win32/psv runpattern d tlpkg/tlpsv -postaction shortcut type=menu name="PS_View" cmd=TEXDIR/tlpkg/tlpsv/psv.exe -postaction shortcut type=desktop name="PS_View" cmd=TEXDIR/tlpkg/tlpsv/psv.exe +postaction shortcut type=menu name="PS_View" cmd=TEXDIR/bin/win32/psv.exe +postaction shortcut type=desktop name="PS_View" cmd=TEXDIR/bin/win32/psv.exe postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.exe" "%1"' postaction fileassoc extension=.eps filetype=TL.PSView.view postaction fileassoc extension=.ps filetype=TL.PSView.view |