]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mimetype.tex
only change the bitmap size for the borderless controls
[wxWidgets.git] / docs / latex / wx / mimetype.tex
index d7631190143d9787cc60351a01628ff19e84d02f..d20058d4fb7e6fff75e52888cd3344d55c2b48dd 100644 (file)
@@ -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}