diff options
author | Norbert Preining <preining@logic.at> | 2009-10-11 14:36:24 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-10-11 14:36:24 +0000 |
commit | 6cbee80aa9746cf60e18a1345274908065fb2a4e (patch) | |
tree | af4a305bb1d8342b659aa8de0d57cdc03d3b8c4e /Master/tlpkg/installer | |
parent | 28f09edc1176efb7802d8a6cc5da89ed915c14d6 (diff) |
fix TeXwords editing if a different scheme is selected
git-svn-id: svn://tug.org/texlive/trunk@15764 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 6993e66fa1d..43223a99cf8 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -837,6 +837,7 @@ sub menu_update_texts { sub callback_select_scheme { my $s = shift; select_scheme($s); + $editoryesno = ( $vars{'collection-texworks'} ? __("Yes") : __("No") ); menu_update_texts(); } |