diff options
author | hobbs <hobbs> | 2004-05-03 23:23:14 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-03 23:23:14 (GMT) |
commit | d29e8db2badac2db52e78d1726b1cd2f105e64e6 (patch) | |
tree | 53a81f709c7d3ddc663ae9f0b9eaa5b2ac1262fa /ChangeLog | |
parent | e7513a24faa053ccefd16199f1faa3e459c9eb16 (diff) | |
download | tk-d29e8db2badac2db52e78d1726b1cd2f105e64e6.zip tk-d29e8db2badac2db52e78d1726b1cd2f105e64e6.tar.gz tk-d29e8db2badac2db52e78d1726b1cd2f105e64e6.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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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): |