summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2003-12-14 19:58:24 (GMT)
committerdavygrvy <davygrvy>2003-12-14 19:58:24 (GMT)
commit652fc56a55bca6e89050af3ef1fc758070a43b0e (patch)
tree282476b859b4aa71cc1c41400b664d4703616763 /ChangeLog
parent65b77c2ebce2a197147979266b77c51ab42d7914 (diff)
downloadtk-652fc56a55bca6e89050af3ef1fc758070a43b0e.zip
tk-652fc56a55bca6e89050af3ef1fc758070a43b0e.tar.gz
tk-652fc56a55bca6e89050af3ef1fc758070a43b0e.tar.bz2
speling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b4120b..37396be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
containerPtr but can't get to the if (containerPtr == NULL) test due
to the unhandled read memory exception for when it really is NULL.
- * win/tkWinX.c (TkWinXInit): Don't restric InitCommonControlsEx.
+ * win/tkWinX.c (TkWinXInit): Don't restrict InitCommonControlsEx.
It's valid on all platforms given IE 3.0+ is installed. As tkWinX.c
does set #define _WIN32_IE 0x0300, I guess we can accept IE3 as the
lowest denominator and use the version 4.71 features of Comctl32.dll