diff options
author | Norbert Preining <preining@logic.at> | 2009-12-13 12:59:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-12-13 12:59:02 +0000 |
commit | d676c573acd4bb507ea90e3f1bab5caf7305eca1 (patch) | |
tree | 705b66beb96df4e77ebae43cfebc0e9562bec478 | |
parent | 82ca15b67052499338dad06c9c1f91d91e4c6eba (diff) |
remind me of a todo
git-svn-id: svn://tug.org/texlive/trunk@16386 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/dev/tlmgrgui2.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/tlmgrgui2.pl b/Master/tlpkg/dev/tlmgrgui2.pl index cc92e0d9386..f9320654fde 100644 --- a/Master/tlpkg/dev/tlmgrgui2.pl +++ b/Master/tlpkg/dev/tlmgrgui2.pl @@ -10,6 +10,9 @@ # # TODO: Fix return codes of execute_action sub items and execute_action # so that we can give a decent warning window +# TODO: Move link target display into a separate window that is +# reachable from Menu->Options->Path adjustments ... +# (Different for Windows and Unix) $^W = 1; use strict; |