More fun with line endings, to avoid mangling PDF contents

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-10-30 23:42:22 +00:00
parent 783d8bdf57
commit 9b50920f5e
4 changed files with 7 additions and 4 deletions

View File

@ -148,8 +148,8 @@ wxAcceleratorEntry objects, or 3-tuples consisting of flags, keyCode,
and cmd values like you would construct wxAcceleratorEntry objects with.} and cmd values like you would construct wxAcceleratorEntry objects with.}
\perlnote{The wxPerl constructor accepts a list of either \perlnote{The wxPerl constructor accepts a list of either
Wx::AcceleratorEntry objects or references to 3-element arrays Wx::AcceleratorEntry objects or references to 3-element arrays
( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.} ( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.}
\membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}\label{wxacceleratortabledtor} \membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}\label{wxacceleratortabledtor}
@ -176,4 +176,5 @@ Assignment operator, using \helpref{reference counting}{trefcount}.
\wxheading{Return value} \wxheading{Return value}
Returns reference to this object. Returns a reference to this object.

View File

@ -15,7 +15,6 @@ handle it and create a stream to decompress it:
factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT); factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
if (factory) if (factory)
stream = factory->NewStream(new wxFFileInputStream(filename)); stream = factory->NewStream(new wxFFileInputStream(filename));
\end{verbatim} \end{verbatim}
\helpref{Find()}{wxfilterclassfactoryfind} can also search \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. 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. The list does not own the factories, so removing a factory does not delete it.

View File

@ -93,3 +93,4 @@ be destroyed safely.
\wxheading{See also} \wxheading{See also}
\helpref{wxMemoryDC::SelectObject}{wxmemorydcselectobject} \helpref{wxMemoryDC::SelectObject}{wxmemorydcselectobject}

View File

@ -221,3 +221,4 @@ these libraries).
In version GTK+ 2.10, support for printing has finally been In version GTK+ 2.10, support for printing has finally been
added to GTK+ itself. Support for this has yet to be written added to GTK+ itself. Support for this has yet to be written
for wxGTK (which requires drawing through Cairo). for wxGTK (which requires drawing through Cairo).