From: <ebl...@us...> - 2006-06-21 04:10:55
|
Revision: 16300 Author: eblanton Date: 2006-06-20 21:10:47 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16300&view=rev Log Message: ----------- Etan points out that this is a bad copy-and-paste (see r16299) Modified Paths: -------------- trunk/plugins/tcl/tcl_cmds.c Modified: trunk/plugins/tcl/tcl_cmds.c =================================================================== --- trunk/plugins/tcl/tcl_cmds.c 2006-06-21 04:00:45 UTC (rev 16299) +++ trunk/plugins/tcl/tcl_cmds.c 2006-06-21 04:10:47 UTC (rev 16300) @@ -73,7 +73,7 @@ return convo; } if (interp != NULL) - Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid account", -1); + Tcl_SetStringObj(Tcl_GetObjResult(interp), "invalid conversation", -1); return NULL; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |