Author Topic: A small typo in edit_tool.xrc  (Read 14089 times)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 795
A small typo in edit_tool.xrc
« 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.
« Last Edit: April 18, 2020, 11:27:34 am by gd_on »
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: A small typo in edit_tool.xrc
« Reply #1 on: April 18, 2020, 08:12:35 pm »
Should be fixed now.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]