summaryrefslogtreecommitdiffstats
path: root/win/tkWinSysTray.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinSysTray.c')
-rw-r--r--win/tkWinSysTray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinSysTray.c b/win/tkWinSysTray.c
index a710ee6..6c56735 100644
--- a/win/tkWinSysTray.c
+++ b/win/tkWinSysTray.c
@@ -375,7 +375,7 @@ GetIcoPtr(
notfound:
Tcl_AppendResult(interp, "icon \"", string,
- "\" doesn't exist", NULL);
+ "\" does not exist", NULL);
return NULL;
}
@@ -983,7 +983,7 @@ WinSystrayCmd(
photo = Tk_FindPhoto(interp, Tcl_GetString(imageObj));
if (photo == NULL) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
- "image \"%s\" doesn't exist", Tcl_GetString(imageObj)));
+ "image \"%s\" does not exist", Tcl_GetString(imageObj)));
return TCL_ERROR;
}
Tk_PhotoGetSize(photo, &width, &height);