From 71cb04dfc19850c48cf886f416f07915c22bdab5 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sat, 1 Mar 2008 03:16:15 +0000 Subject: [PATCH] oops svn path=/trunk/gtk-sharp/; revision=97055 --- doc/en/Gdk/Pixbuf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index 052b7c99a..a920f83b0 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -1917,7 +1917,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10); Height of the image in pixels. The rowstride is the number of bytes consumed by a single row in the image. Public constructor. - The image must be in RGB format or RGBA format, where each channel takes one byte. + The image must be in RGB format or RGBA format, where each channel takes one byte. @@ -1940,7 +1940,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10); Height of the image in pixels. The rowstride is the number of bytes consumed by a single row in the image. Public constructor. - The image must be in RGB format or RGBA format, where each channel takes one byte. + The image must be in RGB format or RGBA format, where each channel takes one byte.