diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/texworks.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 6 |
1 files changed, 3 insertions, 3 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 |