diff options
Diffstat (limited to 'generic/tkGeometry.c')
-rw-r--r-- | generic/tkGeometry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkGeometry.c b/generic/tkGeometry.c index b5a1654..2a9e2f4 100644 --- a/generic/tkGeometry.c +++ b/generic/tkGeometry.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkGeometry.c,v 1.15 2009/08/19 23:02:00 pspjuth Exp $ + * RCS: @(#) $Id: tkGeometry.c,v 1.16 2010/11/19 14:48:00 nijtmans Exp $ */ #include "tkInt.h" @@ -373,7 +373,7 @@ TkFreeGeometryMaster( if (winPtr->geometryMaster != NULL && strcmp(winPtr->geometryMaster, master) != 0) { - Tcl_Panic("Trying to free %s from geometry manager %s.", + Tcl_Panic("Trying to free %s from geometry manager %s", winPtr->geometryMaster, master); } if (winPtr->geometryMaster != NULL) { |