texlive[62277] Master/tlpkg/installer/install-tl-gui.tcl: Added note

commits+siepo at tug.org commits+siepo at tug.org
Mon Feb 28 16:58:04 CET 2022


Revision: 62277
          http://tug.org/svn/texlive?view=revision&revision=62277
Author:   siepo
Date:     2022-02-28 16:58:04 +0100 (Mon, 28 Feb 2022)
Log Message:
-----------
Added note that prefix must exist

Modified Paths:
--------------
    trunk/Master/tlpkg/installer/install-tl-gui.tcl

Modified: trunk/Master/tlpkg/installer/install-tl-gui.tcl
===================================================================
--- trunk/Master/tlpkg/installer/install-tl-gui.tcl	2022-02-28 14:02:37 UTC (rev 62276)
+++ trunk/Master/tlpkg/installer/install-tl-gui.tcl	2022-02-28 15:58:04 UTC (rev 62277)
@@ -594,7 +594,8 @@
       -in .tltd.fr1 -row $rw -column 4
   # corresponding buttons
   incr rw
-  pgrid [ttk::button .tltd.prefix_b -text [__ "Browse..."] \
+  set prefix_text [__ "Prefix"]
+  pgrid [ttk::button .tltd.prefix_b -text "${prefix_text}... \u00B9" \
           -command {if [dirbrowser2widget .tltd.prefix_l] update_full_path}] \
       -in .tltd.fr1 -row $rw -column 0
   pgrid [ttk::button .tltd.name_b -text [__ "Change"] -command edit_name] \
@@ -603,12 +604,18 @@
       -command toggle_rel] \
       -in .tltd.fr1 -row $rw -column 4
 
+  set note_text [__ "Prefix must exist"]
+  ppack [ttk::label .tltd.notes -text "\u00B9 ${note_text}"] \
+           -in .tltd.bg -fill x -anchor w
+
   # windows: note about localized names
   if {$::tcl_platform(platform) eq "windows"} {
-    ttk::label .tltd.loc -anchor w
-    .tltd.loc configure -text \
-        [__ "Localized directory names will be replaced by their real names"]
-    ppack .tltd.loc -in .tltd.bg -fill x
+    .tltd.prefix_b configure -text "${prefix_text}... \u00B9 \u00B2"
+    set loc_text \
+      [__ "Localized directory names will be replaced by their real names"]
+    .tltd.notes configure -justify left \
+      -text "\u00B9 ${note_text}\n\u00B2 ${loc_text}"
+    ppack .tltd.notes -in .tltd.bg -fill x
   }
 
   # ok/cancel buttons



More information about the tex-live-commits mailing list.