X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcbd177f06597f98aae27bf53a4c98b4739102c7..22d8c8bf43707108cef4c1f9f0f0e103f38285db:/docs/latex/wx/mimetype.tex diff --git a/docs/latex/wx/mimetype.tex b/docs/latex/wx/mimetype.tex index d763119014..d20058d4fb 100644 --- a/docs/latex/wx/mimetype.tex +++ b/docs/latex/wx/mimetype.tex @@ -23,7 +23,7 @@ If GNOME or KDE desktop environment is installed, then wxMimeTypesManager gathers MIME information from respective files (e.g. .kdelnk files under KDE). NB: Currently, wxMimeTypesManager is limited to reading MIME type information -but it will support modifying it as well in the future versions. +but it will support modifying it as well in future versions. \wxheading{Global objects} @@ -35,7 +35,7 @@ wxMimeTypesManager *wxTheMimeTypesManager; \end{verbatim} It is recommended to use this instance instead of creating your own because -gathering MIME information may take quite a long on Unix systems. +gathering MIME information may take quite a long time on Unix systems. \wxheading{Derived from}