summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSend.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2008-07-23 23:24:21 (GMT)
committernijtmans <nijtmans@noemail.net>2008-07-23 23:24:21 (GMT)
commitdfe078ce9d3d6919f553fdc611cf66c98bc035f5 (patch)
tree44da117febb11bc69d260540340f018933aa8b45 /macosx/tkMacOSXSend.c
parentd569f52b5bd1880c64bfeda38b4c8d5791501921 (diff)
downloadtk-dfe078ce9d3d6919f553fdc611cf66c98bc035f5.zip
tk-dfe078ce9d3d6919f553fdc611cf66c98bc035f5.tar.gz
tk-dfe078ce9d3d6919f553fdc611cf66c98bc035f5.tar.bz2
fix [2021443] inconsistant "wrong # args" messages (for Tk)
FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
Diffstat (limited to 'macosx/tkMacOSXSend.c')
-rw-r--r--macosx/tkMacOSXSend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXSend.c b/macosx/tkMacOSXSend.c
index 50526d3..39c6543 100644
--- a/macosx/tkMacOSXSend.c
+++ b/macosx/tkMacOSXSend.c
@@ -30,7 +30,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXSend.c,v 1.9 2008/04/27 22:39:12 dkf Exp $
+ * RCS: @(#) $Id: tkMacOSXSend.c,v 1.10 2008/07/23 23:24:44 nijtmans Exp $
*/
#include "tkMacOSXInt.h"
@@ -357,7 +357,7 @@ Tk_SendObjCmd(
if (objc < (i + 2)) {
Tcl_WrongNumArgs(interp, 1, objv,
- "?options? interpName arg ?arg ...?");
+ "?-option value ...? interpName arg ?arg ...?");
return TCL_ERROR;
}