diff options
author | hobbs <hobbs> | 2008-01-31 23:33:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-01-31 23:33:42 (GMT) |
commit | df8e32d03c1f651934a9ba8d02e13faef8fe6dc6 (patch) | |
tree | bdea2cb576daa076068b1425ee500c688007cfb6 /ChangeLog | |
parent | 763a2af63e3be0052e1a7077bfd29d0942f3c1eb (diff) | |
download | tk-df8e32d03c1f651934a9ba8d02e13faef8fe6dc6.zip tk-df8e32d03c1f651934a9ba8d02e13faef8fe6dc6.tar.gz tk-df8e32d03c1f651934a9ba8d02e13faef8fe6dc6.tar.bz2 |
* library/msgbox.tcl (::tk::MessageBox): don't use ttk::label in
low depth/aqua fallback, as it doesn't support -bitmap.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-01-31 Jeff Hobbs <jeffh@ActiveState.com> + * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label in + low depth/aqua fallback, as it doesn't support -bitmap. + * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULL when -title isn't set. [Bug #1881892] |