X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cf3e587a2ec542ba1eb6e03a84c54edefae1881..85136e3bf5dadf921652519e71da5db351fb3194:/docs/latex/wx/filectrl.tex diff --git a/docs/latex/wx/filectrl.tex b/docs/latex/wx/filectrl.tex index e4ec94a647..0a392619f2 100644 --- a/docs/latex/wx/filectrl.tex +++ b/docs/latex/wx/filectrl.tex @@ -46,7 +46,7 @@ argument. \begin{twocollist}\itemsep=0pt \twocolitem{{\bf EVT\_FILECTRL\_FILEACTIVATED(id, func)}}{The user activated a file(by double-clicking or pressing Enter)} \twocolitem{{\bf EVT\_FILECTRL\_SELECTIONCHANGED(id, func)}}{The user changed the current selection(by selecting or deselecting a file)} -\twocolitem{{\bf EVT\_FILECTRL\_FOLDERCHANGED(id, func)}}{The current folder of the file ctrl has been changed} +\twocolitem{{\bf EVT\_FILECTRL\_FOLDERCHANGED(id, func)}}{The current folder of the file control has been changed} \end{twocollist} \wxheading{See also} @@ -124,7 +124,8 @@ instead \constfunc{wxString}{GetDirectory}{\void} -Returns the current directory of the file ctrl(the directory shown in the file ctrl). +Returns the current directory of the file control (i.e. the directory shown by +it). \membersection{wxFileCtrl::GetWildcard}\label{wxfilectrlgetwildcard}