]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/app.tex
Made HelpGen compile here.
[wxWidgets.git] / docs / latex / wx / app.tex
index 33c31801e73b2932deebcd5c015bdb805a93884e..88b7b8c40fd8d9101970c56ccc198b121863ad89 100644 (file)
@@ -265,7 +265,7 @@ The default handler calls \helpref{wxWindow::Close}{wxwindowclose} with a TRUE a
 
 \wxheading{Remarks}
 
-Under X, OnEndSession is called in response to the 'die' event.
+Under X, OnEndSession is called in response to the `die' event.
 
 Under Windows, OnEndSession is called in response to the WM\_ENDSESSION message.
 
@@ -310,7 +310,7 @@ and vetoes the shutdown if Close returns FALSE. This will be sufficient for many
 
 \wxheading{Remarks}
 
-Under X, OnQueryEndSession is called in response to the 'save session' event.
+Under X, OnQueryEndSession is called in response to the `save session' event.
 
 Under Windows, OnQueryEndSession is called in response to the WM\_QUERYENDSESSION message.