Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: everSome on August 13, 2025, 06:47:22 am

Title: r13683 typo
Post by: everSome on August 13, 2025, 06:47:22 am
The mod to /trunk/src/CodeBlocks_wx32_64.workspace for
Code
<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
Code
<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>
Title: Re: r13683 typo
Post by: Miguel Gimenez on August 13, 2025, 11:27:15 am
Fixed in r13707 (https://sourceforge.net/p/codeblocks/code/13707/), thank you for reporting.