summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
diff options
context:
space:
mode:
authorandreask <andreask>2012-08-30 17:54:43 (GMT)
committerandreask <andreask>2012-08-30 17:54:43 (GMT)
commita97f5396dbb9c7ea2976a025e9429f809f019989 (patch)
tree90159d08145fe78d12c35e77c7e41ddad1438e47 /win/tkWinSend.c
parent3c0eb8922c2d14e4c82fef66a88e0747dc08213c (diff)
downloadtk-a97f5396dbb9c7ea2976a025e9429f809f019989.zip
tk-a97f5396dbb9c7ea2976a025e9429f809f019989.tar.gz
tk-a97f5396dbb9c7ea2976a025e9429f809f019989.tar.bz2
Unbreak windows problems with commit [961ae24a3f] as well.
Diffstat (limited to 'win/tkWinSend.c')
-rw-r--r--win/tkWinSend.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tkWinSend.c b/win/tkWinSend.c
index a40c238..43cb741 100644
--- a/win/tkWinSend.c
+++ b/win/tkWinSend.c
@@ -1,4 +1,4 @@
-`/*
+/*
* tkWinSend.c --
*
* This file provides functions that implement the "send" command,
@@ -147,7 +147,7 @@ Tk_SetAppName(
if (FAILED(hr)) {
Tcl_SetObjResult(interp, Tcl_NewStringObj(
"failed to initialize the COM library", -1));
- Tcl_SetErrorcode(interp, "TK", "SEND", "COM", NULL);
+ Tcl_SetErrorCode(interp, "TK", "SEND", "COM", NULL);
return "";
}
tsdPtr->initialized = 1;
@@ -365,7 +365,7 @@ Tk_SendObjCmd(
Tcl_SetObjResult(interp, Tcl_NewStringObj(
"option not implemented: \"displayof\" is not available"
" for this platform.", -1));
- Tcl_SetErrorcode(interp, "TK", "SEND", "DISPLAYOF_WIN", NULL);
+ Tcl_SetErrorCode(interp, "TK", "SEND", "DISPLAYOF_WIN", NULL);
result = TCL_ERROR;
}
@@ -439,7 +439,7 @@ FindInterpreterObject(
} else {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"no application named \"%s\"", name));
- Tcl_SetErrorcode(interp, "TK", "LOOKUP", "APPLICATION",
+ Tcl_SetErrorCode(interp, "TK", "LOOKUP", "APPLICATION",
NULL);
result = TCL_ERROR;
}