diff options
author | das <das> | 2006-04-11 05:42:11 (GMT) |
---|---|---|
committer | das <das> | 2006-04-11 05:42:11 (GMT) |
commit | 7453482e26a8d90fd90b6d652b5d47679a91390d (patch) | |
tree | 078e929c198907d595d63460dff68bcc4cf7f864 /macosx | |
parent | d79e1ae58e8049f6bf238aed2c4327ad08ea3163 (diff) | |
download | tk-7453482e26a8d90fd90b6d652b5d47679a91390d.zip tk-7453482e26a8d90fd90b6d652b5d47679a91390d.tar.gz tk-7453482e26a8d90fd90b6d652b5d47679a91390d.tar.bz2 |
typo
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXMouseEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index 82524d5..9d0d735 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -54,7 +54,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.6.2.12 2006/04/07 06:16:03 das Exp $ + * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.6.2.13 2006/04/11 05:42:11 das Exp $ */ #include "tkMacOSXInt.h" @@ -415,7 +415,7 @@ HandleWindowTitlebarMouseDown(MouseEventData * medPtr, Tk_Window tkwin) case inCollapseBox: if (TrackBox(medPtr->whichWin, medPtr->global, medPtr->windowPart)) { if (tkwin) { - TkpWmSetState((TkWindow *)tkwin, IconicState);; + TkpWmSetState((TkWindow *)tkwin, IconicState); result = 1; } } |