diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2011-06-24 13:46:30 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2011-06-24 13:46:30 +0000 |
commit | 555cc2bb46278f218559acf94458190767d5b98b (patch) | |
tree | ed68e994cabfb2ec6c24daf374c3f1f30f3d33be /Master/tlpkg/installer | |
parent | 2931b682a1a4cedaba5b396fd098d5f91897aaf6 (diff) |
report error code if spawning a command fails, fix source indentation
git-svn-id: svn://tug.org/texlive/trunk@23126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/tl-tray-menu.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/tl-tray-menu.ini b/Master/tlpkg/installer/tl-tray-menu.ini index c93a7b3bdcd..136406ee076 100644 --- a/Master/tlpkg/installer/tl-tray-menu.ini +++ b/Master/tlpkg/installer/tl-tray-menu.ini @@ -20,7 +20,8 @@ &Package Manager=tlmgr-gui.exe &Documentation=texdoctk.exe &Editor=texworks.exe +PostScript/PDF &Viewer=psv.exe ;Notepad="%windir%\system32\notepad.exe" ;Your own choice of portable editor: -;&Other editor=texmakerx\texmakerx.exe +&Other editor=texmakerx\texmakerx.exe &Command Prompt="%COMSPEC%" /k title TeX Live 2011
\ No newline at end of file |