Patch #1472877: Fix Tix subwidget name resolution.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b98155..28543f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@
 Library
 -------
 
+- Patch #1472877: Fix Tix subwidget name resolution.
+
 - Patch #1594554: Always close a tkSimpleDialog on ok(), even
   if an exception occurs.