summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2008-01-31 23:33:42 (GMT)
committerhobbs <hobbs>2008-01-31 23:33:42 (GMT)
commitdf8e32d03c1f651934a9ba8d02e13faef8fe6dc6 (patch)
treebdea2cb576daa076068b1425ee500c688007cfb6 /ChangeLog
parent763a2af63e3be0052e1a7077bfd29d0942f3c1eb (diff)
downloadtk-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed24377..91ebf85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]