This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: name the dialog for attaching to process



This patch gives a name to the attach dialog.

Elena

Index: ChangeLog
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/ChangeLog,v
retrieving revision 1.3
diff -c -r1.3 ChangeLog
*** ChangeLog   2000/03/02 01:49:30     1.3
--- ChangeLog   2000/03/02 17:07:45
***************
*** 1,3 ****
--- 1,7 ----
+ 2000-03-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+ 
+       * attachdlg.itb: Give a name to the window.
+ 
  2000-03-01  James Ingham  <jingham@leda.cygnus.com>
  
        * interface.tcl (_open_file): The window which had the focus could 

Index: attachdlg.itb
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/attachdlg.itb,v
retrieving revision 1.1
diff -c -r1.1 attachdlg.itb
*** attachdlg.itb       2000/02/04 13:52:34     1.1
--- attachdlg.itb       2000/03/02 17:07:45
***************
*** 9,14 ****
--- 9,15 ----
  
  body AttachDlg::constructor {args} {
  
+   window_name "Attach To Process"
    build_win
    eval itk_initialize $args

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]