diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-10-23 08:52:05 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-10-23 08:52:05 (GMT) |
commit | 08b05ff300f272c24e5213989c0ccfb149aa7ada (patch) | |
tree | 3acdd29ee57643ab022569f14b066e1359056863 /macosx/tkMacOSXInit.c | |
parent | 4c470507a02826940305f41b2bb392fe2a0f350c (diff) | |
download | tk-08b05ff300f272c24e5213989c0ccfb149aa7ada.zip tk-08b05ff300f272c24e5213989c0ccfb149aa7ada.tar.gz tk-08b05ff300f272c24e5213989c0ccfb149aa7ada.tar.bz2 |
remove RCS keywords, use mode: objc consistantly
FossilOrigin-Name: 3554d9887004089bc61ad82403597d85ed865674
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r-- | macosx/tkMacOSXInit.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index 2290809..2bf1962 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -10,8 +10,6 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id$ */ #include "tkMacOSXPrivate.h" @@ -378,7 +376,7 @@ TkpInit( Tcl_SetVar(interp, "auto_path", scriptPath, TCL_GLOBAL_ONLY|TCL_LIST_ELEMENT|TCL_APPEND_VALUE); } - + Tcl_CreateObjCommand(interp, "::tk::mac::standardAboutPanel", TkMacOSXStandardAboutPanelObjCmd, NULL, NULL); Tcl_CreateObjCommand(interp, "::tk::mac::iconBitmap", @@ -579,7 +577,7 @@ TkMacOSXGetStringObjFromCFString( /* * Local Variables: - * mode: c + * mode: objc * c-basic-offset: 4 * fill-column: 79 * coding: utf-8 |