summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-wizard.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-06-18 06:43:26 +0000
committerNorbert Preining <preining@logic.at>2009-06-18 06:43:26 +0000
commit7af7021e141e0d8f197e16bb6d51f73612557749 (patch)
tree3d437ee52ab3adbbbc99d83cdcb1f221dd450bc6 /Master/tlpkg/installer/install-menu-wizard.pl
parenteed6246121c1fd59b6c3afb98300d09064b30ceb (diff)
offer TeX Works installation only on Windows
git-svn-id: svn://tug.org/texlive/trunk@13805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl
index b62bcb0aa91..bcfbe93599c 100644
--- a/Master/tlpkg/installer/install-menu-wizard.pl
+++ b/Master/tlpkg/installer/install-menu-wizard.pl
@@ -219,8 +219,9 @@ sub ask_path {
$pa->place(-x => 0, -y => $ytmp + 30);
- $but_tw->place(-x => 0, -y => $ytmp + 60);
-
+ if (win32()) {
+ $but_tw->place(-x => 0, -y => $ytmp + 60);
+ }
#$cb->place(-x => $INNERWIDTH, -y => $INNERHEIGHT, -anchor => "se");