summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-19 08:40:10 (GMT)
committernijtmans <nijtmans>2011-01-19 08:40:10 (GMT)
commitd11601968fd0a782b61f8459f4430b65b8025ef4 (patch)
treeb39280061be7149267fffebe9d501ac8bfc847c4 /ChangeLog
parentdc59585fda0ce2af501a01102ea621d293db378b (diff)
downloadtk-d11601968fd0a782b61f8459f4430b65b8025ef4.zip
tk-d11601968fd0a782b61f8459f4430b65b8025ef4.tar.gz
tk-d11601968fd0a782b61f8459f4430b65b8025ef4.tar.bz2
Make sure to use CONST/VOID in stead of
const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cff481f..cbde91f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2011-01-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/ttk/ttkGenStubs.tcl: Make sure to use CONST/VOID in stead of
- * generic/ttkDecls.h const/void when appropriate. This allows to
+ * generic/ttk/ttkDecls.h const/void when appropriate. This allows to
use const/void in the *.decls file always, genStubs will do the right thing.
2011-01-17 Jan Nijtmans <nijtmans@users.sf.net>