First pass at integrating a code generator in XRCed. Initial patch
from Eli Golovinsky, with lots of additional mods by me. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,7 +21,7 @@ MinWxVersion = (2,6,0)
|
||||
if wxVERSION[:3] < MinWxVersion:
|
||||
print '''\
|
||||
******************************* WARNING **************************************
|
||||
This version of XRCed may not work correctly on your version of wxWindows.
|
||||
This version of XRCed may not work correctly on your version of wxWidgets.
|
||||
Please upgrade wxWindows to %d.%d.%d or higher.
|
||||
******************************************************************************''' % MinWxVersion
|
||||
|
||||
|
Reference in New Issue
Block a user