]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tguide.tex
added wxLongLong::ToString()
[wxWidgets.git] / docs / latex / wx / tguide.tex
index 2179ddeb561343fb348ef8009459bb2e572ef913..50703ecff9d02fa4d6c7f783cebdf93659758e75 100644 (file)
@@ -1,6 +1,6 @@
 \section{Writing a wxWindows application: a rough guide}\label{roughguide}
 
-To set a wxWindows application going, you'll need to derive a \helpref{wxApp}{wxapp} class and
+To set a wxWindows application going, you will need to derive a \helpref{wxApp}{wxapp} class and
 override \helpref{wxApp::OnInit}{wxapponinit}.
 
 An application must have a top-level \helpref{wxFrame}{wxframe} or \helpref{wxDialog}{wxdialog} window.