Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-04-21 01:34:45 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-04-21 01:34:45 +0400
commit3bf8e3a8d0105ea81cd687f4dc51c71066cc5fd1 (patch)
tree565c1fdfe04e9659f8694f61e4fbc9a5ed77781b /web/winforms
parenta9c683d500f1908623b60ca3068ff4af086e71ee (diff)
More updates
svn path=/trunk/mono/; revision=3934
Diffstat (limited to 'web/winforms')
-rw-r--r--web/winforms6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/winforms b/web/winforms
index 3e1b7d3053f..2d8c1e3d79d 100644
--- a/web/winforms
+++ b/web/winforms
@@ -27,7 +27,7 @@
Using existing libraries to implement some of the functionality required
<ul>
- * gdk-pixbuf is a generic image loader that loads an image
+ * gdk-pixbuf is a generic image loader that loads an image
and leaves it into an RGB buffer. It hides all the details
about what image file format is being loaded.
@@ -50,12 +50,12 @@
<ul>
- * gdk-pixbuf can be used to load images for Gtk+,
+ * gdk-pixbuf can be used to load images for Gtk+,
MacOS X and Windows, it should be pretty portable,
although we might need in the future to back-port
some new features from Gtk head.
- * Libart is probably only going to be used with X11,
+ * Libart is probably only going to be used with X11,
as the MacOS X provides the same features in Quartz,
and Win32 *probably* has that in GDI+. If not, we
should use libart in Win32 as well (or for older