From: Julian Smart Date: Fri, 21 Sep 2007 13:35:31 +0000 (+0000) Subject: Corrected typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f07024ee6d5232d46780104fff14cfc67e34a4db?ds=sidebyside Corrected typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 74bb4a42ae..4707e63d7f 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -139,7 +139,7 @@ is meant to be shown to the user and so should be used for the window titles, page headers and so on while the other one should be only used internally, e.g. for the file names or configuration file keys. -By default, returns the same string as \headers{GetAppName}{wxappgetappname}. +By default, returns the same string as \helpref{GetAppName}{wxappgetappname}. \newsince{3.0}