diff options
author | mdejong <mdejong> | 2006-12-12 23:38:22 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2006-12-12 23:38:22 (GMT) |
commit | 3954c391dbfff265521c67f0ed568ab874b213f1 (patch) | |
tree | 4efb7b2d5f99ee7de0b325a3fe019874cead3e3c /ChangeLog | |
parent | 817b914d518b7afafd8e2cb2d2f44b25ffbc91c2 (diff) | |
download | tk-3954c391dbfff265521c67f0ed568ab874b213f1.zip tk-3954c391dbfff265521c67f0ed568ab874b213f1.tar.gz tk-3954c391dbfff265521c67f0ed568ab874b213f1.tar.bz2 |
* win/tkWinButton.c (InitBoxes): Call Tcl_Panic()
if loading of bitmap resources fails. This change
generates an error if Tk is unable to find button
widget resources instead of silently failing and
then drawing widgets incorrectly.
win/rc/tk_base.rc: If the user defines BASE_NO_TK_ICON
then compile the base resources file without a
"tk" icon. This change makes it easier to replace the
default tk icon with a custom icon.
[Patch 1614362]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-12-12 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tkWinButton.c (InitBoxes): Call Tcl_Panic() + if loading of bitmap resources fails. This change + generates an error if Tk is unable to find button + widget resources instead of silently failing and + then drawing widgets incorrectly. + win/rc/tk_base.rc: If the user defines BASE_NO_TK_ICON + then compile the base resources file without a + "tk" icon. This change makes it easier to replace the + default tk icon with a custom icon. + [Patch 1614362] + 2006-12-11 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * unix/tkUnixWm.c (TkWmMapWindow, WmClientCmd): Added support for |