From b1bcba13706d65afb5bb1a4cd6c16930c91999fe Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 22 Feb 2009 08:52:07 +0000 Subject: [PATCH] Fixed documentation of wxComboPopup::m_combo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/combopopup.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/combopopup.tex b/docs/latex/wx/combopopup.tex index 94dd1702f6..6f5806d02c 100644 --- a/docs/latex/wx/combopopup.tex +++ b/docs/latex/wx/combopopup.tex @@ -37,10 +37,10 @@ are prepared in \helpref{Init}{wxcombopopupinit} instead \membersection{wxComboPopup::m\_combo}\label{wxcombopopupmcombo} -\member{wxComboCtrl}{m\_combo} +\member{wxComboCtrl*}{m\_combo} -Parent \helpref{wxComboCtrl}{wxcomboctrl}. This is parameter has -been prepared before \helpref{Init}{wxcombopopupinit} is called. +Parent \helpref{wxComboCtrl}{wxcomboctrl}. This protected member variable is +prepared automatically before \helpref{Init}{wxcombopopupinit} is called. \membersection{wxComboPopup::Create}\label{wxcombopopupcreate}