summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authormdejong <mdejong>2002-04-10 19:39:01 (GMT)
committermdejong <mdejong>2002-04-10 19:39:01 (GMT)
commite3335f9e8ceec937cdc22d6ff4d1dddcd43c9e89 (patch)
treef6f4f961e121bf575ab64acfb2331a86adb25f2e /mac
parent2024eae67e8a0249d280bd2f8423ecd91033040b (diff)
downloadtk-e3335f9e8ceec937cdc22d6ff4d1dddcd43c9e89.zip
tk-e3335f9e8ceec937cdc22d6ff4d1dddcd43c9e89.tar.gz
tk-e3335f9e8ceec937cdc22d6ff4d1dddcd43c9e89.tar.bz2
* doc/wm.n:
* mac/tkMacWm.c: * tests/wm.test: * unix/tkUnixWm.c: * win/tkWinWm.c: Update wm stackorder usage message to make it clear that either 1 or 3 arguments are required. [Bug 540013]
Diffstat (limited to 'mac')
-rw-r--r--mac/tkMacWm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacWm.c b/mac/tkMacWm.c
index 6a7e8c0..8e1e677 100644
--- a/mac/tkMacWm.c
+++ b/mac/tkMacWm.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacWm.c,v 1.14 2002/01/25 21:09:37 dgp Exp $
+ * RCS: @(#) $Id: tkMacWm.c,v 1.15 2002/04/10 19:39:01 mdejong Exp $
*/
#include <Gestalt.h>
@@ -1559,7 +1559,7 @@ Tk_WmCmd(
if ((argc != 3) && (argc != 5)) {
Tcl_AppendResult(interp, "wrong # arguments: must be \"",
argv[0],
- " stackorder window ?isabove|isbelow? ?window?\"",
+ " stackorder window ?isabove|isbelow window?\"",
(char *) NULL);
return TCL_ERROR;
}