]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ttips.tex
Doc tweaks
[wxWidgets.git] / docs / latex / wx / ttips.tex
index 5dac6dd9113f39e01f89f2a6e8f86c2b61c5c4b0..652639f961e7136a714caedac32cdddc92016047 100644 (file)
@@ -5,7 +5,7 @@ presenting the user tips at program startup. While this is probably useless to
 the advanced users of the program, the experience shows that the tips may be
 quite helpful for the novices and so more and more programs now do this.
 
-For a wxWindows programmer, implementing this feature is extremely easy. To
+For a wxWidgets programmer, implementing this feature is extremely easy. To
 show a tip, it is enough to just call \helpref{wxShowTip}{wxshowtip} function
 like this:
 
@@ -48,10 +48,12 @@ skipped.
 You can easily add runtime-translation capacity by placing each line of the 
 tips.txt file inside the usual translation macro. For example, your tips.txt 
 file would look like this:
+
 \begin{verbatim}
 _("This is my first tip")
 _("This is my second tip")
 \end{verbatim}
+
 Now add your tips.txt file into the list of files that gettext searches 
 for translatable strings. The tips will thus get included into your 
 generated .po file catalog and be translated at runtime along with the rest of 
@@ -64,3 +66,4 @@ a backslash-doublequote.
 
 See the dialogs program in your samples folder for a working example inside a 
 program.
+