]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/timespan.tex
Missing standard ids
[wxWidgets.git] / docs / latex / wx / timespan.tex
index dc8b84ee0ec0c0ccae197a09af822a9751e68beb..6150c18987562e2ab9cb5bddaec2865ff138ff9f 100644 (file)
@@ -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}}