Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: gd_on on April 18, 2020, 11:25:37 am

Title: A small typo in edit_tool.xrc
Post by: gd_on on April 18, 2020, 11:25:37 am
When working on translation of C::B (svn 12064), I have found something which looks like a typo error in edit_tool.xrc.
At line 102 you have :
Code
${TARGET&COMPILER&DIR}
I think it should be :
Code
${TARGET__COMPILER__DIR}
as all the other variables.
Title: Re: A small typo in edit_tool.xrc
Post by: oBFusCATed on April 18, 2020, 08:12:35 pm
Should be fixed now.