diff --git a/docs/doxygen/overviews/xrc.h b/docs/doxygen/overviews/xrc.h index 82502dac57..83296bd975 100644 --- a/docs/doxygen/overviews/xrc.h +++ b/docs/doxygen/overviews/xrc.h @@ -48,16 +48,16 @@ text editor, for all but the smallest files it is advisable to use a specialised tool. Examples of these include: @e Non-free: -@li wxDesigner , a commercial dialog - designer/RAD tool. @li DialogBlocks , a commercial dialog editor. @e Free: @li XRCed , a wxPython-based dialog editor that you can find in the wxPython/tools subdirectory of the wxWidgets SVN archive. -@li wxFormBuilder , a C++-based dialog editor that +@li wxFormBuilder , a C++-based form designer that can output C++, XRC or python. +@li wxCrafter (free version) , a C++-based form designer that + can output C++ or XRC. There's a more complete list at