From ffe930be503d894766414bde214f83b602877ba8 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Fri, 17 Jun 2011 11:30:33 +0000 Subject: Warning about reinitialized dirs when portable toggled git-svn-id: svn://tug.org/texlive/trunk@23027 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-perltk.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Master/tlpkg/installer/install-menu-perltk.pl') diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index d7ef1029bbb..584574c778a 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -1075,6 +1075,10 @@ sub toggle_portable { } } set_texlive_default_dirs(); # this sub tests for portable and in_place + $mw -> messageBox( + -title => 'Warning', + -message => __("Portable option changed;\nDirectories have been reinitialized"), + -type => 'OK', -icon => 'warning'); menu_set_pathes_text(); # same for some options } -- cgit v1.2.3