diff options
author | Stu Grossman <grossman@cygnus> | 1995-01-12 23:10:48 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-01-12 23:10:48 +0000 |
commit | 4604b34cd3327b06830047f695b7adaaf45a1d4b (patch) | |
tree | d4dfea9ddb06ab9035814cfeef99fd04c84006ca /gdb/gdbtk.c | |
parent | 5d7a878c305f7cc6740f1b0177956849379d58f5 (diff) | |
download | gdb-4604b34cd3327b06830047f695b7adaaf45a1d4b.zip gdb-4604b34cd3327b06830047f695b7adaaf45a1d4b.tar.gz gdb-4604b34cd3327b06830047f695b7adaaf45a1d4b.tar.bz2 |
* gdbtk.c gdbtk.tcl: Update/add copyright.
* gdbtk.tcl (build_framework): Several fixes for filespec widget,
including dismiss button, and better error handling.
* (create_command_win): Bind button 2 to retrieve selection.
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r-- | gdb/gdbtk.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index ff9397f..7a30458 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -1,5 +1,7 @@ -/* TK interface routines. - Copyright 1994 Free Software Foundation, Inc. +/* Tcl/Tk interface routines. + Copyright 1994, 1995 Free Software Foundation, Inc. + + Written by Stu Grossman <grossman@cygnus.com> of Cygnus Support. This file is part of GDB. |