X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f010ad481266d9267f5f4fd0547a9fc891441715..2861eaee452dfef7aeaca2685be663db4e07510e:/docs/latex/wx/ttips.tex diff --git a/docs/latex/wx/ttips.tex b/docs/latex/wx/ttips.tex index 3548a7d56a..5ccde7a4f9 100644 --- a/docs/latex/wx/ttips.tex +++ b/docs/latex/wx/ttips.tex @@ -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: @@ -57,7 +57,7 @@ _("This is my second tip") 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 -your aplication's translatable strings. +your application's translatable strings. Note1: Each line in the tips.txt file needs to strictly begin with exactly the 3 characters of underscore-parenthesis-doublequote, and end with doublequote-parenthesis, as shown above.