diff options
author | hobbs <hobbs> | 2004-08-20 00:58:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-08-20 00:58:52 (GMT) |
commit | 011a329f056b76453c8af9b2e9f89e1bfcc18824 (patch) | |
tree | 6395aefdd4b7700b8f68f070817b23fb69250b65 /ChangeLog | |
parent | d7b4c43972638f6dee2e0137290f82201ce74515 (diff) | |
download | tk-011a329f056b76453c8af9b2e9f89e1bfcc18824.zip tk-011a329f056b76453c8af9b2e9f89e1bfcc18824.tar.gz tk-011a329f056b76453c8af9b2e9f89e1bfcc18824.tar.bz2 |
* win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from
* win/tkWinInt.h: the -parent window for
* win/tkWinWm.c (TkWinGetIcon): the MessageBox.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-08-19 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from + * win/tkWinInt.h: the -parent window for + * win/tkWinWm.c (TkWinGetIcon): the MessageBox. + 2004-08-19 Joe English <jenglish@users.sourceforge.net> * unix/tkUnixWm.c: Cast argument 7 of XChangeProperty to |