From 88c441da5934cca7cd566d26c8e93d866d6aef86 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 28 Jul 2005 17:20:41 +0000 Subject: Remove unwanted tab from error info trace accidentally inserted during cleanup Fixes [Bug 1246936] --- generic/tkTextDisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index af07711..5289c94 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkTextDisp.c,v 1.51 2005/07/25 23:56:54 dkf Exp $ + * RCS: @(#) $Id: tkTextDisp.c,v 1.52 2005/07/28 17:20:41 dkf Exp $ */ #include "tkPort.h" @@ -6178,7 +6178,7 @@ GetYView(interp, textPtr, report) code = Tcl_VarEval(interp, textPtr->yScrollCmd, buf1, buf2, NULL); if (code != TCL_OK) { Tcl_AddErrorInfo(interp, - "\n (vertical scrolling command executed by text)"); + "\n (vertical scrolling command executed by text)"); Tcl_BackgroundError(interp); } } -- cgit v0.12