summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenubutton.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-07-06 20:29:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-07-06 20:29:21 (GMT)
commit4cb90496fafa54e8aaa26a86cbceafe3fb992320 (patch)
tree318369a6546c015a03a943a2dd4174c27c1a38d6 /macosx/tkMacOSXMenubutton.c
parent1c1ba29d82eafab3ad9a7d2fc54a06da5ca531b6 (diff)
downloadtk-4cb90496fafa54e8aaa26a86cbceafe3fb992320.zip
tk-4cb90496fafa54e8aaa26a86cbceafe3fb992320.tar.gz
tk-4cb90496fafa54e8aaa26a86cbceafe3fb992320.tar.bz2
More marking of files as Objective-C.
Diffstat (limited to 'macosx/tkMacOSXMenubutton.c')
-rw-r--r--macosx/tkMacOSXMenubutton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenubutton.c b/macosx/tkMacOSXMenubutton.c
index bca4c9e..e17d452 100644
--- a/macosx/tkMacOSXMenubutton.c
+++ b/macosx/tkMacOSXMenubutton.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: tkMacOSXMenubutton.c,v 1.21 2009/06/29 14:35:01 das Exp $
+ * RCS: @(#) $Id: tkMacOSXMenubutton.c,v 1.22 2009/07/06 20:29:21 dkf Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -468,7 +468,7 @@ MenuButtonEventProc(
/*
* Local Variables:
- * mode: c
+ * mode: objc
* c-basic-offset: 4
* fill-column: 79
* coding: utf-8