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)
commitef16e014904e7f57528c142a49cbadcadabeb062 (patch)
tree90159d08145fe78d12c35e77c7e41ddad1438e47 /win/tkWinSend.c
parent325d621602bb21c8eb57bb761ab637fda525fd61 (diff)
downloadtk-ef16e014904e7f57528c142a49cbadcadabeb062.zip
tk-ef16e014904e7f57528c142a49cbadcadabeb062.tar.gz
tk-ef16e014904e7f57528c142a49cbadcadabeb062.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;
}