]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/timespan.tex
one more fix for tree selection
[wxWidgets.git] / docs / latex / wx / timespan.tex
index dc8b84ee0ec0c0ccae197a09af822a9751e68beb..877305a44d45ae4da859030f6062b7858ce3beb9 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     04.04.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% License:     wxWidgets license
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxTimeSpan}}\label{wxtimespan}
@@ -57,7 +57,7 @@ No base class
 \membersection{Operations}\label{timespanoperations}
 
 \helpref{Add}{wxtimespanadd}\\
-\helpref{Substract}{wxtimespansubstract}\\
+\helpref{Subtract}{wxtimespansubtract}\\
 \helpref{Multiply}{wxtimespanmultiply}\\
 \helpref{Negate}{wxtimespannegate}\\
 \helpref{Neg}{wxtimespanneg}\\
@@ -115,7 +115,7 @@ Returns the timespan for one day.
 
 \membersection{wxTimeSpan::Format}\label{wxtimespanformat}
 
-\func{wxString}{Format}{\param{const wxChar * }{format = "\%H:\%M:\%S"}}
+\func{wxString}{Format}{\param{const wxChar * }{format = wxDefaultTimeSpanFormat}}
 
 Returns the string containing the formatted representation of the time span.
 The following format specifiers are allowed after \%:
@@ -264,7 +264,7 @@ Multiplies timespan by a scalar.
 
 \constfunc{wxTimeSpan}{Negate}{\void}
 
-Returns timespan with inversed sign.
+Returns timespan with inverted sign.
 
 \membersection{wxTimeSpan::Neg}\label{wxtimespanneg}
 
@@ -286,11 +286,11 @@ Returns the timespan for the given number of seconds.
 
 Returns the timespan for one second.
 
-\membersection{wxTimeSpan::Substract}\label{wxtimespansubstract}
+\membersection{wxTimeSpan::Subtract}\label{wxtimespansubtract}
 
-\constfunc{wxTimeSpan}{Substract}{\param{const wxTimeSpan\&}{diff}}
+\constfunc{wxTimeSpan}{Subtract}{\param{const wxTimeSpan\&}{diff}}
 
-\func{wxTimeSpan\&}{Substract}{\param{const wxTimeSpan\& }{diff}}
+\func{wxTimeSpan\&}{Subtract}{\param{const wxTimeSpan\& }{diff}}
 
 \func{wxTimeSpan\&}{operator$-=$}{\param{const wxTimeSpan\&}{diff}}