]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tvalidat.tex
added IsEditable
[wxWidgets.git] / docs / latex / wx / tvalidat.tex
index c64e6749ce3025933233af4f54aadfbb4711bf76..871797c76acc21bfb2d115a17a99fe010573cc28 100644 (file)
@@ -117,6 +117,6 @@ void wxDialog::OnOK(wxCommandEvent& event)
 So if using validators and a normal OK button, you may not even need to write any
 code for handling dialog dismissal.
 
-If you load your dialog from a resource file, you'll need to iterate through the controls
+If you load your dialog from a resource file, you will need to iterate through the controls
 setting validators, since validators can't be specified in a dialog resource.