diff options
author | Norbert Preining <preining@logic.at> | 2009-07-05 01:14:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-05 01:14:06 +0000 |
commit | 25ae03514e2921aaaef65ad0e7610670fabb44f8 (patch) | |
tree | a92cd40dff70149c08af363c0db746cee5b4af64 | |
parent | 95bc88fad077e5771d35345edca9b48af5434a0c (diff) |
fix names in the fileassoc lines
git-svn-id: svn://tug.org/texlive/trunk@14106 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc index 796d8025388..3af72010c00 100644 --- a/Master/tlpkg/tlpsrc/texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc @@ -9,8 +9,8 @@ postaction shortcut type=desktop name="TeX Works Editor" \ # they change is the addition of the respective filetype to the list of # possible ones. The actual linking is done by the fileassoc postaction postaction filetype name=TL.TeXworks.edit cmd='TEXDIR/bin/win32/texworks.bat "%1"' -postaction fileassoc extension=.tex filetype=TeXworks.edit -postaction fileassoc extension=.sty filetype=TeXworks.edit -postaction fileassoc extension=.cls filetype=TeXworks.edit +postaction fileassoc extension=.tex filetype=TL.TeXworks.edit +postaction fileassoc extension=.sty filetype=TL.TeXworks.edit +postaction fileassoc extension=.cls filetype=TL.TeXworks.edit binpattern f/win32 bin/${ARCH}/texworks binpattern d/win32 tlpkg/texworks diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index 35192499d8c..354095df8a3 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -6,6 +6,6 @@ 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 fileassoc extension=.eps filetype=PSView.view -postaction fileassoc extension=.ps filetype=PSView.view -postaction fileassoc extension=.pdf filetype=PSView.view +postaction fileassoc extension=.eps filetype=TL.PSView.view +postaction fileassoc extension=.ps filetype=TL.PSView.view +postaction fileassoc extension=.pdf filetype=TL.PSView.view |