News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

r13683 typo

Started by everSome, August 13, 2025, 06:47:22 AM

Previous topic - Next topic

everSome

The mod to /trunk/src/CodeBlocks_wx32_64.workspace for
<Project filename="plugins/contrib/wxSmithAui/wxSmithAui_wx32_64.cbp">
<Depends filename="CodeBlocks_wx32.cbp" />
<Depends filename="plugins/contrib/wxSmith/wxSmith_wx32_64.cbp" />
</Project>
should be <Project filename="plugins/contrib/wxSmithAui/wxSmithAui_wx32_64.cbp">
<Depends filename="CodeBlocks_wx32_64.cbp" />
<Depends filename="plugins/contrib/wxSmith/wxSmith_wx32_64.cbp" />
</Project>

Miguel Gimenez

Fixed in r13707, thank you for reporting.