diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-19 22:45:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-19 22:45:37 +0000 |
commit | 6d403070f28cd44860fdb3a53be5da0275c65cf4 (patch) | |
tree | 0d0e7fe7b5fb7568d19e11d7d862b77a866ce081 /scripts/tail.tk | |
parent | ecf1bf5f6c2e668d03b0a9fb026db7aa41e292e1 (diff) |
Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging
possible. Chainsawed RM200 kernel to compile again. Jazz machine
status unknown.
Diffstat (limited to 'scripts/tail.tk')
-rw-r--r-- | scripts/tail.tk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tail.tk b/scripts/tail.tk index 362742451..49d7aa37a 100644 --- a/scripts/tail.tk +++ b/scripts/tail.tk @@ -32,11 +32,11 @@ if { [file readable .config] == 1} then { update_define 1 $total_menus 0 update_mainmenu -button .f0.right.save -anchor w -text "Save and Exit" \ +button .f0.right.save -anchor w -text "Save and Exit" -underline 0\ -command { catch {exec cp -f .config .config.old}; \ writeconfig .config include/linux/autoconf.h; wrapup .wrap } -button .f0.right.quit -anchor w -text "Quit Without Saving" \ +button .f0.right.quit -anchor w -text "Quit Without Saving" -underline 0\ -command { maybe_exit .maybe } button .f0.right.load -anchor w -text "Load Configuration from File" \ |