summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2011-06-17 11:30:33 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2011-06-17 11:30:33 +0000
commitffe930be503d894766414bde214f83b602877ba8 (patch)
treea90a56d3557dfe89747811bba988c8bc41e818f2 /Master/tlpkg/installer/install-menu-perltk.pl
parent242169f7dd9867e22e5e79395b2f9fd6dddb6804 (diff)
Warning about reinitialized dirs when portable toggled
git-svn-id: svn://tug.org/texlive/trunk@23027 c570f23f-e606-0410-a88d-b1316a301751
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
}