Backport fixes from ROL: Fixed SetItemBold and editing 'growable'

properties of wxFlexGridSizer.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-02-24 00:11:49 +00:00
parent 83d4d9efdf
commit ca7f6330aa
4 changed files with 17 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ import sys
# Global constants
progname = 'XRCed'
version = '0.1.8-0'
version = '0.1.8-1'
# Minimal wxWidgets version
MinWxVersion = (2,6,0)
if wx.VERSION[:3] < MinWxVersion: