diff options
author | dgp <dgp@noemail.net> | 2007-12-13 15:23:41 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2007-12-13 15:23:41 (GMT) |
commit | 2515c121c21a905f74fe6cc11fa98ac023bb4445 (patch) | |
tree | 4d11bd34c1edaf312cd42b5180cd01bf3fbc7a72 /generic/tkBind.c | |
parent | eaeb4874f54a01cd940afa0feb28a4ce8ee7e7f9 (diff) | |
download | tk-2515c121c21a905f74fe6cc11fa98ac023bb4445.zip tk-2515c121c21a905f74fe6cc11fa98ac023bb4445.tar.gz tk-2515c121c21a905f74fe6cc11fa98ac023bb4445.tar.bz2 |
merge stable branch onto HEAD
FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
Diffstat (limited to 'generic/tkBind.c')
-rw-r--r-- | generic/tkBind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c index 542b6b3..c86e1a8 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkBind.c,v 1.44 2007/11/17 23:07:45 patthoyts Exp $ + * RCS: @(#) $Id: tkBind.c,v 1.45 2007/12/13 15:24:13 dgp Exp $ */ #include "tkInt.h" |