]> git.saurik.com Git - wxWidgets.git/commitdiff
typo
authorRobert Roebling <robert@roebling.de>
Sun, 9 Dec 2007 12:47:28 +0000 (12:47 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 9 Dec 2007 12:47:28 +0000 (12:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/bitmaptglbutn.tex
docs/latex/wx/tglbtn.tex

index 27c1eed8a36eec615796e61d4bf86c1905404cff..89f3a38401b72193d69a27f983af6e0797f7af34 100644 (file)
@@ -7,10 +7,10 @@
 
 \section{\class{wxBitmapToggleButton}}\label{wxbitmaptogglebutton}
 
 
 \section{\class{wxBitmapToggleButton}}\label{wxbitmaptogglebutton}
 
-wxBitmapToggleButton is a \helpref{wxToggleButton}{wxtogglebutton}
+wxBitmapToggleButton is a \helpref{wxToggleButton}{wxtogglebutton}
 that contains a bitmap instead of text.
 
 that contains a bitmap instead of text.
 
-This control emits a update UI event.
+This control emits an update UI event.
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
index 0cd8afa5cf0f69e03a73bafabb882121d91b3ecf..50c37e9723fad54942af7c2dc8b1b2f1d7306762 100644 (file)
@@ -15,7 +15,7 @@ wxToggleButton is a button that stays pressed when clicked by the user. In
 other words, it is similar to \helpref{wxCheckBox}{wxcheckbox} in
 functionality but looks like a \helpref{wxButton}{wxbutton}.
 
 other words, it is similar to \helpref{wxCheckBox}{wxcheckbox} in
 functionality but looks like a \helpref{wxButton}{wxbutton}.
 
-Since wxWidgets version 2.9.0 this control emits a update UI event.
+Since wxWidgets version 2.9.0 this control emits an update UI event.
 
 You can see wxToggleButton in action in the sixth page of the
 \helpref{controls}{samplecontrols} sample.
 
 You can see wxToggleButton in action in the sixth page of the
 \helpref{controls}{samplecontrols} sample.