Patch #1472877: Fix Tix subwidget name resolution.
Will backport to 2.5.
diff --git a/Misc/NEWS b/Misc/NEWS
index b1cf907..4f1df73 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,8 @@
 Library
 -------
 
+- Patch #1472877: Fix Tix subwidget name resolution.
+
 - Patch #1594554: Always close a tkSimpleDialog on ok(), even
   if an exception occurs.