X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..704ceca8d2cd8da51a5cc22f8c51fd61c762dbf5:/interface/wx/html/htmprint.h diff --git a/interface/wx/html/htmprint.h b/interface/wx/html/htmprint.h index bb45e78381..ca104ba51d 100644 --- a/interface/wx/html/htmprint.h +++ b/interface/wx/html/htmprint.h @@ -196,11 +196,11 @@ public: /** Set page footer. The following macros can be used inside it: - @DATE@ is replaced by the current date in default format - @PAGENUM@ is replaced by page number - @PAGESCNT@ is replaced by total number of pages - @TIME@ is replaced by the current time in default format - @TITLE@ is replaced with the title of the document + @@DATE@ is replaced by the current date in default format + @@PAGENUM@ is replaced by page number + @@PAGESCNT@ is replaced by total number of pages + @@TIME@ is replaced by the current time in default format + @@TITLE@ is replaced with the title of the document @param footer HTML text to be used as footer. @@ -211,11 +211,11 @@ public: /** Set page header. The following macros can be used inside it: - @DATE@ is replaced by the current date in default format - @PAGENUM@ is replaced by page number - @PAGESCNT@ is replaced by total number of pages - @TIME@ is replaced by the current time in default format - @TITLE@ is replaced with the title of the document + @@DATE@ is replaced by the current date in default format + @@PAGENUM@ is replaced by page number + @@PAGESCNT@ is replaced by total number of pages + @@TIME@ is replaced by the current time in default format + @@TITLE@ is replaced with the title of the document @param header HTML text to be used as header. @@ -265,11 +265,11 @@ public: /** Set page footer. The following macros can be used inside it: - @DATE@ is replaced by the current date in default format - @PAGENUM@ is replaced by page number - @PAGESCNT@ is replaced by total number of pages - @TIME@ is replaced by the current time in default format - @TITLE@ is replaced with the title of the document + @@DATE@ is replaced by the current date in default format + @@PAGENUM@ is replaced by page number + @@PAGESCNT@ is replaced by total number of pages + @@TIME@ is replaced by the current time in default format + @@TITLE@ is replaced with the title of the document @param footer HTML text to be used as footer. @@ -280,11 +280,11 @@ public: /** Set page header. The following macros can be used inside it: - @DATE@ is replaced by the current date in default format - @PAGENUM@ is replaced by page number - @PAGESCNT@ is replaced by total number of pages - @TIME@ is replaced by the current time in default format - @TITLE@ is replaced with the title of the document + @@DATE@ is replaced by the current date in default format + @@PAGENUM@ is replaced by page number + @@PAGESCNT@ is replaced by total number of pages + @@TIME@ is replaced by the current time in default format + @@TITLE@ is replaced with the title of the document @param header HTML text to be used as header.