]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tsizer.tex
quote an underscore
[wxWidgets.git] / docs / latex / wx / tsizer.tex
index df50e3d260ac8cf14f7d1bec3a0f51b3c4de53c4..1ebd9dbbfb37e7c062da722f1665237a8c964af0 100644 (file)
@@ -11,7 +11,7 @@ define the layout of controls in dialogs in wxWidgets because of
 their ability to create visually appealing dialogs independent of the
 platform, taking into account the differences in size and style of
 the individual controls. Unlike the original wxWidgets Dialog Editor,
-editors such as wxDesigner, DialogBlocks, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers,
+editors such as wxDesigner, DialogBlocks, XRCed and wxWorkshop create dialogs based exclusively on sizers,
 practically forcing the user to create platform independent layouts without compromises.
 
 The next section describes and shows what can be done with sizers.