Win-7 : cb13084::IncrementalSearch-32_64.cbp
Here is a patch to load the SVG images.
After removing whitespace changes, the only difference I see is this:
- <Add after="zip -Rq9 ..\..\..\devel32_64\share\codeblocks\IncrementalSearch.zip images\svg\*.svg" />
+ <Add after="zip -Rq9 ..\..\..\devel32_64\share\codeblocks\IncrementalSearch.zip images\svg\*.svg images\svg\*.svg" />
so you are adding the SVG files again. Is this really needed?.
On my update of cb13084 I didn't have this line and red messages in the C::B log!
This was a mistake on my part.