Patch #1893 2007-02-22 23:58
stahta01
wxCheckListBox patch for wxWidgets 2.8- Download
- 1893-wxCheckListBox.patch (494 bytes)
Index: src/sdk/resources/project_deps.xrc
===================================================================
--- src/sdk/resources/project_deps.xrc (revision 3627)
+++ src/sdk/resources/project_deps.xrc (working copy)
@@ -28,7 +28,7 @@
<border>8</border>
</object>
<object class="sizeritem">
- <object class="wxCheckList" name="lstDeps">
+ <object class="wxCheckListBox" name="lstDeps">
<content/>
</object>
<option>1</option>
History
stahta01 2007-02-22 23:59
The old classname of wxCheckList in the XRC files no longer worked when WXWIN_COMPATIBILITY_2_4 is 0 or disable-compat24. The default under wxWidgets 2.8 is WXWIN_COMPATIBILITY_2_4 is 0 or disable-compat24.
I renamed the classes to the new 2.6 name of wxCheckListBox. Tim S
mandrav 2007-03-27 10:36
Patch applied.