From 58c3d258aa0068b5b91068e0ecbdb648e279f362 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 16 Mar 2006 22:51:15 +0000 Subject: corrected silly cut/paste/forget to modify error in the name of the stderr console channel. --- generic/tkConsole.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkConsole.c b/generic/tkConsole.c index db5706e..b3bd182 100644 --- a/generic/tkConsole.c +++ b/generic/tkConsole.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: tkConsole.c,v 1.26 2006/03/16 22:47:52 dgp Exp $ + * RCS: @(#) $Id: tkConsole.c,v 1.27 2006/03/16 22:51:15 dgp Exp $ */ #include "tk.h" @@ -300,7 +300,7 @@ Tk_InitConsoleChannels( data->info = info; data->info->refCount++; data->type = TCL_STDERR; - consoleChannel = Tcl_CreateChannel(&consoleChannelType, "console1", + consoleChannel = Tcl_CreateChannel(&consoleChannelType, "console2", (ClientData) data, TCL_WRITABLE); if (consoleChannel != NULL) { Tcl_SetChannelOption(NULL, consoleChannel, -- cgit v0.12