diff options
author | das <das@noemail.net> | 2006-05-12 18:18:52 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-05-12 18:18:52 (GMT) |
commit | f058bf3c8500c1a9d59065c84915ac5add68f402 (patch) | |
tree | 93eddde81750e5822995699f8e887794a0d60cd5 /macosx/tkMacOSXMenu.c | |
parent | d059725fee85890f5c5f5b7edb5b09606a0d42ff (diff) | |
download | tk-f058bf3c8500c1a9d59065c84915ac5add68f402.zip tk-f058bf3c8500c1a9d59065c84915ac5add68f402.tar.gz tk-f058bf3c8500c1a9d59065c84915ac5add68f402.tar.bz2 |
fix whitespace, copyright
FossilOrigin-Name: 480e49c0f4ca5022f0166ccba5a74950dd069108
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r-- | macosx/tkMacOSXMenu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c index fb01632..2df2ba4 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -5,11 +5,12 @@ * * Copyright (c) 1996-1997 by Sun Microsystems, Inc. * Copyright 2001, Apple Computer, Inc. + * Copyright (c) 2005-2006 Daniel A. Steffen <das@users.sourceforge.net> * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.18 2006/04/28 06:03:00 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.19 2006/05/12 18:18:52 das Exp $ */ #include "tkMacOSXInt.h" |