Author Topic: r13683 typo  (Read 17 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>