diff --git a/docs/html/faqmac.htm b/docs/html/faqmac.htm index 3db0a016a8..074f50dd6c 100644 --- a/docs/html/faqmac.htm +++ b/docs/html/faqmac.htm @@ -37,6 +37,7 @@ See also top-level FAQ page.
  • What important settings are required in the CodeWarrior Project Preferences?
  • What are the smart preprocessing errors with the Apple Developer Tools?
  • How does wxMac support the standard Apple About menu item and Help menu?
  • +
  • How do I add an icon to my application?

  • @@ -204,6 +205,15 @@ Because wxWindows does not have a specific API for the About menu item or

    +

    How do I add an icon to my application?

    + +If you have Mac OS X, you have the icns editor somewhere in the +Utilities folder. Create an icon using this tool and DeRez it, so that you have a .r +file with a 'icns' resource with id (-16455). Include this .r file in +your project and in the CodeWarrior Settings add a check mark under Linker:Output +Flags/Finder Flags/Has Custom Icon. +

    + diff --git a/docs/latex/wx/manual.tex b/docs/latex/wx/manual.tex index 900ca246b2..8bd2d27778 100644 --- a/docs/latex/wx/manual.tex +++ b/docs/latex/wx/manual.tex @@ -32,7 +32,7 @@ }} \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al} -\date{December 2002} +\date{January 2003} } \makeindex \begin{document} diff --git a/docs/latex/wx/timespan.tex b/docs/latex/wx/timespan.tex index 3b5b37e15a..a46b716600 100644 --- a/docs/latex/wx/timespan.tex +++ b/docs/latex/wx/timespan.tex @@ -43,7 +43,7 @@ No base class \membersection{Constructors} -\helpref{wxTimeSpan}{wxtimespan} +\helpref{wxTimeSpan}{wxtimespanctor} \membersection{Accessors} @@ -308,7 +308,7 @@ Returns the timespan for the given number of weeks. Returns the timespan for one week. -\membersection{wxTimeSpan::wxTimeSpan}\label{wxtimespan} +\membersection{wxTimeSpan::wxTimeSpan}\label{wxtimespanctor} \func{}{wxTimeSpan}{\void}