From: <de...@us...> - 2006-06-21 04:00:51
|
Revision: 16299 Author: deryni9 Date: 2006-06-20 21:00:45 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16299&view=rev Log Message: ----------- I'm assuming this was a bad copy and paste. Since I'm pretty sure this is what should be here. Modified Paths: -------------- branches/v2_0_0/plugins/tcl/tcl_cmds.c Modified: branches/v2_0_0/plugins/tcl/tcl_cmds.c =================================================================== --- branches/v2_0_0/plugins/tcl/tcl_cmds.c 2006-06-20 21:39:33 UTC (rev 16298) +++ branches/v2_0_0/plugins/tcl/tcl_cmds.c 2006-06-21 04:00:45 UTC (rev 16299) @@ -60,7 +60,7 @@ return TRUE; } if (interp != NULL) - Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid account", -1); + Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid conversation", -1); return FALSE; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |