]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filetype.tex
Added periods
[wxWidgets.git] / docs / latex / wx / filetype.tex
index 15ac25a77c503c6514ab2d3ae634457bf80c4a8a..58cc65b4039a8578d65689d761b572bd032a902d 100644 (file)
@@ -37,6 +37,10 @@ None
 
 <wx/mimetype.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxMimeTypesManager}{wxmimetypesmanager}
@@ -90,7 +94,7 @@ Now you only need to create an object of this class and pass it to, for example,
 \begin{verbatim}
 wxString command;
 if ( filetype->GetOpenCommand(&command,
-                              MailMessageParamaters("foo.txt", "text/plain")) )
+                              MailMessageParameters("foo.txt", "text/plain")) )
 {
     // the full command for opening the text documents is in 'command'
     // (it might be "notepad foo.txt" under Windows or "cat foo.txt" under Unix)
@@ -208,7 +212,7 @@ retrieved from \helpref{MessageParameters}{wxfiletypemessageparameters} class.
 
 This function is primarily intended for GetOpenCommand and GetPrintCommand
 usage but may be also used by the application directly if, for example, you want
-to use some non default command to open the file.
+to use some non-default command to open the file.
 
 The function replaces all occurrences of