*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-06-15 18:34:57 +00:00
parent 81eeaed832
commit 3a2f2e31bc

View File

@@ -11,8 +11,6 @@ wxMac: Don't send an event for wx.RadioButton deselections, just the
selections. This was done to make it consistent with the other selections. This was done to make it consistent with the other
platforms. platforms.
Added wx.RendererNative class.
wxMSW: Always set flat toolbar style, even under XP with themes: this wxMSW: Always set flat toolbar style, even under XP with themes: this
is necessary or separators aren't shown at all. is necessary or separators aren't shown at all.
@@ -36,6 +34,7 @@ Docview and IDE patch from Morag Hua with fix for bug #1217890
will exec Notepad on the currently open file. A new "Notepad" will exec Notepad on the currently open file. A new "Notepad"
menu item will appear under the Tools menu. menu item will appear under the Tools menu.
Some fixes to XRCed to make encoding errors a bit more user friendly.