summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-05-03 23:23:42 (GMT)
committerhobbs <hobbs>2004-05-03 23:23:42 (GMT)
commit162fff4cc2568413ef5612360c1882c0a6726b07 (patch)
tree24b95de3649b4f79162ee5bcf244300f7d17e2e3 /ChangeLog
parent8ed8369046f67b8ccdc3cd88a1a3db545024748b (diff)
downloadtk-162fff4cc2568413ef5612360c1882c0a6726b07.zip
tk-162fff4cc2568413ef5612360c1882c0a6726b07.tar.gz
tk-162fff4cc2568413ef5612360c1882c0a6726b07.tar.bz2
* win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place
images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8f605b..13b0bd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-05-03 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place
+ images of compound menu entries in indicator space if not a radio
+ of checkbutton. [Bug #756952] (eserte)
+
* win/tkWinX.c: fix drawing of unicode chars in menu
* win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl)
* win/tkWinMenu.c (ReconfigureWindowsMenu):