From: George Tasker Date: Fri, 22 Dec 2000 13:33:14 +0000 (+0000) Subject: Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76ff52f7c9f4e0c33f44e2e3564b74530bab2641 Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/dirctrl.tex b/docs/latex/wx/dirctrl.tex index 0c668812f0..7fab574d24 100644 --- a/docs/latex/wx/dirctrl.tex +++ b/docs/latex/wx/dirctrl.tex @@ -20,10 +20,10 @@ hierarchy, and optionally, a \helpref{wxChoice}{wxchoice} window containing a li \twocolwidtha{5cm} \begin{twocollist} -\twocolitem{{\bf \indexit{wxDIRCTRL\_DIR\_ONLY}}}{Only show directories, and not files.} -\twocolitem{{\bf \indexit{wxDIRCTRL\_3D\_INTERNAL}}}{Use 3D borders for internal controls.} -\twocolitem{{\bf \indexit{wxDIRCTRL\_SELECT\_FIRST}}}{When setting the default path, select the first file in the directory.} -\twocolitem{{\bf \indexit{wxDIRCTRL\_SHOW\_FILTERS}}}{Show the drop-down filter list.} +\twocolitem{\indexit{wxDIRCTRL\_DIR\_ONLY}}{Only show directories, and not files.} +\twocolitem{\indexit{wxDIRCTRL\_3D\_INTERNAL}}{Use 3D borders for internal controls.} +\twocolitem{\indexit{wxDIRCTRL\_SELECT\_FIRST}}{When setting the default path, select the first file in the directory.} +\twocolitem{\indexit{wxDIRCTRL\_SHOW\_FILTERS}}{Show the drop-down filter list.} \end{twocollist} See also \helpref{Generic window styles}{windowstyles}.