From: Robert Roebling Date: Tue, 24 Oct 2006 08:37:55 +0000 (+0000) Subject: Minor corrections. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4483a3d2999a8337854c84a2e09614524fe5473e?ds=inline Minor corrections. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/apptraits.tex b/docs/latex/wx/apptraits.tex index 005a1215e3..aba7737e8d 100644 --- a/docs/latex/wx/apptraits.tex +++ b/docs/latex/wx/apptraits.tex @@ -75,8 +75,8 @@ NOTE: returned pointer will be deleted by the caller. This method returns the name of the desktop environment currently running in a Unix desktop. Currently only "KDE" or "GNOME" are supported and the code uses the X11 session protocol vendor name -to figure out, which desktop environment is running. The methods -return an empty string otherwise and on all other platforms. +to figure out, which desktop environment is running. The method +returns an empty string otherwise and on all other platforms. \membersection{wxAppTraits::GetStandardPaths}\label{wxapptraitsgetstandardpaths} diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index ad817d13c7..fa8d2da1e8 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -1098,9 +1098,6 @@ Returns a scaled version of the image. This is also useful for scaling bitmaps in general as the only other way to scale bitmaps is to blit a wxMemoryDC into another wxMemoryDC. -It may be mentioned that the GTK port uses this function internally -to scale bitmaps when using mapping modes in wxDC. - \docparam{quality}{Determines what method to use for resampling the image. Can be one of the following: \twocolwidtha{5cm}%