diff options
author | rillig <rillig@pkgsrc.org> | 2022-07-30 08:33:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2022-07-30 08:33:29 +0000 |
commit | b4dc34ca104028ec2becf52ceada87420a66cc58 (patch) | |
tree | bb18881d2ba44079596eea509fb829fd3f835e44 /pkgtools/pkg_install | |
parent | f215aeb8e8407dfc4b46e4035a9601bd6d462d48 (diff) | |
download | pkgsrc-b4dc34ca104028ec2becf52ceada87420a66cc58.tar.gz |
pkg_install: modern computers can handle words longer than 6 letters
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/tkpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/tkpkg b/pkgtools/pkg_install/files/tkpkg index 73f2f2907e3..d6804a7ea91 100644 --- a/pkgtools/pkg_install/files/tkpkg +++ b/pkgtools/pkg_install/files/tkpkg @@ -15,7 +15,7 @@ listbox .frame.list -yscroll ".frame.scroll set" -relief sunken -setgrid 1 pack append .frame .frame.scroll {right filly} \ .frame.list {left expand fill} -# build the lower window shoing the complete description of a pacage +# build the lower window showing the complete description of a package frame .f -borderwidth 4 text .f.t -width 80 -height 20 -yscrollcommand ".f.s set" -relief sunken |