]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ttips.tex
added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test...
[wxWidgets.git] / docs / latex / wx / ttips.tex
index 3548a7d56a973cc0d241bd7b614ccceda75040ee..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: