From 6cd6ec633c38500089128dd1899464f682ea5f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 27 Mar 2006 15:02:59 +0000 Subject: [PATCH] Fix for broken 'param' macro syntax. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/stdpaths.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index 3d4868ceb4..172c14cdc9 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -22,8 +22,8 @@ the Windows directory may be named \texttt{W:$\backslash$Win2003} instead of the default \texttt{C:$\backslash$Windows}. The strings \texttt{\textit{appname}} and \texttt{\textit{username}} should be -replaced with the value returned by \helpref{wxApp::GetAppName}{wxappgetappname} -and the name of the currently logged in user, respectively. The string +replaced with the value returned by \helpref{wxApp::GetAppName}{wxappgetappname} +and the name of the currently logged in user, respectively. The string \texttt{\textit{prefix}} is only used under Unix and is \texttt{/usr/local} by default but may be changed using \helpref{SetInstallPrefix}{wxstandardpathssetinstallprefix}. @@ -101,10 +101,10 @@ Example return values: \textbf{Note: } This function is only available under Unix. -Return the program installation prefix, e.g. \texttt{/usr}, \texttt{/opt} or +Return the program installation prefix, e.g. \texttt{/usr}, \texttt{/opt} or \texttt{/home/zeitlin}. -If the prefix had been previously by +If the prefix had been previously by \helpref{SetInstallPrefix}{wxstandardpathssetinstallprefix}, returns that value, otherwise tries to determine it automatically (Linux only right now) and finally returns the default \texttt{/usr/local} value if it failed. @@ -123,15 +123,15 @@ under Unix where it returns \texttt{/etc/\textit{appname}}. \membersection{wxStandardPaths::GetLocalizedResourcesDir}\label{wxstandardpathsgetlocalizedresourcesdir} -\func{wxString}{GetLocalizedResourcesDir}{\param{const wxChar *lang}, \param{ResourceCat }{category = ResourceCat\_None}} +\func{wxString}{GetLocalizedResourcesDir}{\param{const wxChar*}{ lang}, \param{ResourceCat}{ category = ResourceCat\_None}} Return the localized resources directory containing the resource files of the specified category for the given language. -In general this is just the same as \arg{lang} subdirectory of -\helpref{GetResourcesDir()}{wxstandardpathsgetresourcesdir} (or +In general this is just the same as \arg{lang} subdirectory of +\helpref{GetResourcesDir()}{wxstandardpathsgetresourcesdir} (or \texttt{\arg{lang}.lproj} under Mac OS X) but is something quite -different for message catalog category under Unix where it returns the standard +different for message catalog category under Unix where it returns the standard \texttt{\textit{prefix}/share/locale/\arg{lang}/LC\_MESSAGES} directory. @@ -212,7 +212,7 @@ Return the directory for user data files which shouldn't be shared with the other machines. This is the same as \helpref{GetUserDataDir()}{wxstandardpathsgetuserdatadir} for -all platforms except Windows where it returns +all platforms except Windows where it returns \texttt{C:$\backslash$Documents and Settings$\backslash$\textit{username}$\backslash$Local Settings$\backslash$Application Data$\backslash$\textit{appname}} @@ -223,7 +223,7 @@ all platforms except Windows where it returns \textbf{Note:} This function is only available under Unix. Lets wxStandardPaths know about the real program installation prefix on a Unix -system. By default, the value returned by +system. By default, the value returned by \helpref{GetInstallPrefix}{wxstandardpathsgetinstallprefix} is used. Although under Linux systems the program prefix may usually be determined