X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/335f20cb00bf3000227ed32b7105e4f7653fc73b..afafd942a1f9d0f683a95bb72f8bc1e128543749:/docs/latex/wx/minifram.tex

diff --git a/docs/latex/wx/minifram.tex b/docs/latex/wx/minifram.tex
index cae6163125..e51efd81ca 100644
--- a/docs/latex/wx/minifram.tex
+++ b/docs/latex/wx/minifram.tex
@@ -53,7 +53,7 @@ On other platforms, it behaves like a normal frame.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxMiniFrame::wxMiniFrame}\label{wxminiframeconstr}
+\membersection{wxMiniFrame::wxMiniFrame}\label{wxminiframector}
 
 \func{}{wxMiniFrame}{\void}
 
@@ -76,10 +76,10 @@ always be displayed on top of the parent window on Windows.}
 \docparam{title}{The caption to be displayed on the frame's title bar.}
 
 \docparam{pos}{The window position. A value of (-1, -1) indicates a default position, chosen by
-either the windowing system or wxWindows, depending on platform.}
+either the windowing system or wxWidgets, depending on platform.}
 
 \docparam{size}{The window size. A value of (-1, -1) indicates a default size, chosen by
-either the windowing system or wxWindows, depending on platform.}
+either the windowing system or wxWidgets, depending on platform.}
 
 \docparam{style}{The window style. See \helpref{wxMiniFrame}{wxminiframe}.}
 
@@ -95,7 +95,7 @@ The frame behaves like a normal frame on non-Windows platforms.
 
 \helpref{wxMiniFrame::Create}{wxminiframecreate}
 
-\membersection{wxMiniFrame::\destruct{wxMiniFrame}}
+\membersection{wxMiniFrame::\destruct{wxMiniFrame}}\label{wxminiframedtor}
 
 \func{void}{\destruct{wxMiniFrame}}{\void}
 
@@ -108,7 +108,7 @@ Destructor. Destroys all child windows and menu bar if present.
 \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
 \param{const wxString\& }{name = ``frame"}}
 
-Used in two-step frame construction. See \helpref{wxMiniFrame::wxMiniFrame}{wxminiframeconstr}\rtfsp
+Used in two-step frame construction. See \helpref{wxMiniFrame::wxMiniFrame}{wxminiframector}\rtfsp
 for further details.