Differences From Artifact [bbf037ecfa]:
- Executable file
mttroot/mtt/bin/trans/mtt_make_menu
— part of check-in
[939f70caee]
at
2005-08-26 10:11:09
on branch origin/master
— Fixes [ 1233815 ] xmtt doesn't start on Fedora Core 3
When creating the options menu items, only read lines that start with '-' (user: geraint@users.sourceforge.net, size: 2857) [annotate] [blame] [check-ins using] [more...]
To Artifact [2bfaf2eae8]:
- Executable file mtt/bin/trans/mtt_make_menu — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2861) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/mtt_make_menu — part of check-in [2b36bd1b0a] at 2005-08-26 14:43:49 on branch origin/master — Fixes [1274079] xmtt fails if filenames have spaces (user: geraint@users.sourceforge.net, size: 2861) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
69 70 71 72 73 74 75 | # System choice menu .sys.sys EOF for sys in $systems; do | | | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | # System choice menu .sys.sys EOF for sys in $systems; do echo .sys.sys add radio -label "{$sys}" -command {set system "{$sys}"} done # Create the options menu mtt | gawk '{ if (Options) { option=substr($1,2); label=""; |
︙ | ︙ |