fix a typo

This commit is contained in:
Matthias Clasen
2006-09-22 16:32:49 +00:00
parent 09f461b01e
commit cf7360c7a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-09-22 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkpagesetup.sgml: Apply a patch
to fix some typos. (#355961, Claudio Saavedra)
2006-09-16 Matthias Clasen <mclasen@redhat.com> 2006-09-16 Matthias Clasen <mclasen@redhat.com>
* gtk/glossary.xml: Add an entry for Ellipsization. * gtk/glossary.xml: Add an entry for Ellipsization.

View File

@ -8,7 +8,7 @@ Stores page setup information
<para> <para>
A GtkPageSetup object stores the page size, orientation and margins. A GtkPageSetup object stores the page size, orientation and margins.
The idea is that you can get one of these from the page setup dialog The idea is that you can get one of these from the page setup dialog
and then pass it to the #GtkPrittntOperation when printing. and then pass it to the #GtkPrintOperation when printing.
The benefit of splitting this out of the #GtkPrintSettings is that The benefit of splitting this out of the #GtkPrintSettings is that
these affect the actual layout of the page, and thus need to be set these affect the actual layout of the page, and thus need to be set
long before user prints. long before user prints.