OSDN Git Service

changed for 100494 - Run Program and Continue from last Stop are now
authorlsmith <lsmith>
Thu, 26 Oct 2000 20:47:56 +0000 (20:47 +0000)
committerlsmith <lsmith>
Thu, 26 Oct 2000 20:47:56 +0000 (20:47 +0000)
radiobuttons rather than checkbuttons

gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/targetselection.itb

index b6ad980..83f9324 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-26  Larry Smith  <lsmith@redhat.com>
+
+        * change targetselection.itb: Run Program and Continue From Last Stop
+        are now radio buttons rather than checkbuttons
+
 2000-10-26  Mo DeJong  <mdejong@redhat.com>
 
        * attachdlg.itb (list_pids): Use "ps axw" to get pid list
index de61b03..8e876f8 100644 (file)
@@ -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