From c6130208c67038ab2cfe8287e7ae375032519290 Mon Sep 17 00:00:00 2001 From: lsmith Date: Thu, 26 Oct 2000 20:47:56 +0000 Subject: [PATCH] changed for 100494 - Run Program and Continue from last Stop are now radiobuttons rather than checkbuttons --- gdb/gdbtk/library/ChangeLog | 5 +++++ gdb/gdbtk/library/targetselection.itb | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog index b6ad980303..83f932488c 100644 --- a/gdb/gdbtk/library/ChangeLog +++ b/gdb/gdbtk/library/ChangeLog @@ -1,3 +1,8 @@ +2000-10-26 Larry Smith + + * change targetselection.itb: Run Program and Continue From Last Stop + are now radio buttons rather than checkbuttons + 2000-10-26 Mo DeJong * attachdlg.itb (list_pids): Use "ps axw" to get pid list diff --git a/gdb/gdbtk/library/targetselection.itb b/gdb/gdbtk/library/targetselection.itb index de61b03e9c..8e876f89d8 100644 --- a/gdb/gdbtk/library/targetselection.itb +++ b/gdb/gdbtk/library/targetselection.itb @@ -488,11 +488,11 @@ body TargetSelection::build_win {} { checkbutton $frame.load -text {Download Program} -variable $var set var [pref varname gdb/src/run_cont] - checkbutton $frame.cont -text {Continue from Last Stop} -variable $var \ + radiobutton $frame.cont -text {Continue from Last Stop} -value 1 -variable $var \ -command [code $this set_run run] set var [pref varname gdb/src/run_run] - checkbutton $frame.run -text {Run Program} -variable $var \ + radiobutton $frame.run -text {Run Program} -value 1 -variable $var \ -command [code $this set_run cont] # The after attaching command entry -- 2.11.0