summaryrefslogtreecommitdiffstats
path: root/generic/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-02-03 07:29:52 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-02-03 07:29:52 (GMT)
commitdd62b800d5e7000814aaebbc56e5818ee5208ddd (patch)
tree4da2542c750f12b27a0762fc4a33502491ab053d /generic/ttk
parent71d3ecf5286248746cff74281e25ad7705f2cb31 (diff)
downloadtk-dd62b800d5e7000814aaebbc56e5818ee5208ddd.zip
tk-dd62b800d5e7000814aaebbc56e5818ee5208ddd.tar.gz
tk-dd62b800d5e7000814aaebbc56e5818ee5208ddd.tar.bz2
Change slightly the error message to match what 8.7 returns ([3fefb364e2] is not present in trunk, the problem is only with 8.6).
Diffstat (limited to 'generic/ttk')
-rw-r--r--generic/ttk/ttkEntry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c
index 1c2f477..1f013f9 100644
--- a/generic/ttk/ttkEntry.c
+++ b/generic/ttk/ttkEntry.c
@@ -1851,7 +1851,7 @@ static int ComboboxCurrentCommand(
/* "end" index */
if (nValues <= 0) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
- "Index end out of range"));
+ "Index \"end\" out of range"));
Tcl_SetErrorCode(interp, "TTK", "COMBOBOX", "IDX_RANGE", NULL);
return TCL_ERROR;
}