]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/symbolpickerdialog.tex
escape underscores introduced by the last change
[wxWidgets.git] / docs / latex / wx / symbolpickerdialog.tex
index 517a9987916cce07c9531958ec4a0185a378024e..69189638f335702043248939da844c30488aeb86 100644 (file)
@@ -26,7 +26,7 @@ rich text control in either the current font or specified font.
 \begin{verbatim}
     wxRichTextCtrl* ctrl = (wxRichTextCtrl*) FindWindow(ID_RICHTEXT_CTRL);
 
-    wxTextAttrEx attr;
+    wxTextAttr attr;
     attr.SetFlags(wxTEXT_ATTR_FONT);
     ctrl->GetStyle(ctrl->GetInsertionPoint(), attr);