From: Vadim Zeitlin Date: Fri, 5 Jan 2007 14:49:41 +0000 (+0000) Subject: more unescaped underscores X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0bddba445f4649dfb1a87ed1a1acca546c07a9c7 more unescaped underscores git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 98942762b6..a3ef301c66 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -40,8 +40,9 @@ in \helpref{wxListEvent}{wxlistevent}. {\bf Mac Note:} Starting with 2.8, wxListCtrl uses a native implementation for report mode, and uses a generic implementation for other modes. You can use the -generic implementation for report mode as well by setting the -mac.listctrl.always_use_generic \helpref{wxSystemOption}{wxsystemoptions} to 1. +generic implementation for report mode as well by setting the +mac.listctrl.always\_use\_generic \helpref{wxSystemOption}{wxsystemoptions} to +1. \wxheading{Derived from}