diff options
author | Norbert Preining <preining@logic.at> | 2009-07-05 10:15:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-05 10:15:41 +0000 |
commit | 238199fbd3848b9bcbf7231d55dcb5dd7bd4f4ac (patch) | |
tree | 721e6ae76035b51e68639066ccfa3dcc7d6af338 | |
parent | 1b452dbdd51b81af11ca5b4e12e1b447800c87af (diff) |
use the new icon for texworks
git-svn-id: svn://tug.org/texlive/trunk@14117 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc index 3af72010c00..b6d2f3f49d4 100644 --- a/Master/tlpkg/tlpsrc/texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc @@ -1,14 +1,12 @@ category TLCore postaction shortcut type=menu name="TeX Works Editor" \ - icon=TEXDIR/tlpkg/texworks/texworks.exe \ + icon=TEXDIR/tlpkg/texworks/texworks.ico \ cmd=TEXDIR/bin/win32/texworks.bat hide=1 postaction shortcut type=desktop name="TeX Works Editor" \ - icon=TEXDIR/tlpkg/texworks/texworks.exe \ + icon=TEXDIR/tlpkg/texworks/texworks.ico \ cmd=TEXDIR/bin/win32/texworks.bat hide=1 -# the filetype postactions are completely harmless because the only thing -# 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 filetype name=TL.TeXworks.edit \ + cmd='TEXDIR/bin/win32/texworks.bat "%1"' postaction fileassoc extension=.tex filetype=TL.TeXworks.edit postaction fileassoc extension=.sty filetype=TL.TeXworks.edit postaction fileassoc extension=.cls filetype=TL.TeXworks.edit |