Author Topic: r13683 typo  (Read 139 times)

Offline everSome

  • Multiple posting newcomer
  • *
  • Posts: 54
r13683 typo
« on: Today at 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>

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1759
Re: r13683 typo
« Reply #1 on: Today at 11:27:15 am »
Fixed in r13707, thank you for reporting.