diff options
Diffstat (limited to 'Master/tlpkg/dev')
-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; |