summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 4 insertions, 0 deletions
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
}