]> git.saurik.com Git - wxWidgets.git/commitdiff
More fun with line endings, to avoid mangling PDF contents
authorJulian Smart <julian@anthemion.co.uk>
Mon, 30 Oct 2006 23:42:22 +0000 (23:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 30 Oct 2006 23:42:22 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/accel.tex
docs/latex/wx/fltfactory.tex
docs/latex/wx/memorydc.tex
docs/latex/wx/tprint.tex

index ce92692abf296003c601c9dab62cd943e9a7b372..a9f4804551edc657a08e7011a29a322d2f40ed27 100644 (file)
@@ -148,8 +148,8 @@ wxAcceleratorEntry objects, or 3-tuples consisting of flags, keyCode,
 and cmd values like you would construct wxAcceleratorEntry objects with.}
 
 \perlnote{The wxPerl constructor accepts a list of either
-  Wx::AcceleratorEntry objects or references to 3-element arrays
-  ( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.}
+Wx::AcceleratorEntry objects or references to 3-element arrays
+( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.}
 
 \membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}\label{wxacceleratortabledtor}
 
@@ -176,4 +176,5 @@ Assignment operator, using \helpref{reference counting}{trefcount}.
 
 \wxheading{Return value}
 
-Returns reference to this object.
+Returns a reference to this object.
+
index 662f71da3cddebdef86268376ea9ba51defe2654..fdbc71965141181168604b5135f2aebbc69e88cd 100644 (file)
@@ -15,7 +15,6 @@ handle it and create a stream to decompress it:
     factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
     if (factory)
         stream = factory->NewStream(new wxFFileInputStream(filename));
-
 \end{verbatim}
 
 \helpref{Find()}{wxfilterclassfactoryfind} can also search
@@ -184,3 +183,4 @@ Removing from the list isn't a thread safe operation
 so can't be done when other threads are running that will be using the list.
 
 The list does not own the factories, so removing a factory does not delete it.
+
index d2fddb79d168281a3429bb2a14e371cb9fe2213f..c3e4f16ce9375ab2100ccbd2695ded6a8351cb4d 100644 (file)
@@ -93,3 +93,4 @@ be destroyed safely.
 \wxheading{See also}
 
 \helpref{wxMemoryDC::SelectObject}{wxmemorydcselectobject}
+
index 89e78e195b22a3f01c15d7f72b158f1408e60374..21498384eea3dea950bfecba60a2d6600118f609 100644 (file)
@@ -221,3 +221,4 @@ these libraries).
 In version GTK+ 2.10, support for printing has finally been
 added to GTK+ itself. Support for this has yet to be written
 for wxGTK (which requires drawing through Cairo).
+