]> git.saurik.com Git - wxWidgets.git/commitdiff
don't abbreviate 'control' to 'ctrl' (patch 1780280)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Sep 2007 00:32:57 +0000 (00:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Sep 2007 00:32:57 +0000 (00:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/filectrl.tex
docs/latex/wx/fileevt.tex

index e4ec94a6478c4537c5e58488d284b869f7d758be..0a392619f2eb33127c3809124a132e6c95b9b9d0 100644 (file)
@@ -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}
 
index cccb6db5a508b0d1896c2e0c6ffeaae4499158da..289a343a6b51d32c053003bec77da135b35c9b35 100644 (file)
@@ -32,7 +32,7 @@ functions that take a wxFileCtrlEvent 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}%
 
 \latexignore{\rtfignore{\wxheading{Members}}}