diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:01:24 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:01:24 -0500 |
commit | a3bad427c7b63357db3d02aa39a291d47af63f6f (patch) | |
tree | 3ec8da9e9f3f807da662ad0001505297984f1ecb /gtk/gtkimage.c | |
parent | 2dcbe27a06d2a0ef4c3ba507d41243d1c6565117 (diff) | |
download | gtk+-a3bad427c7b63357db3d02aa39a291d47af63f6f.tar.gz |
docs: don't use <application> tags
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r-- | gtk/gtkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index b430b625c6..6ff90deae2 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -124,7 +124,7 @@ * * Sometimes an application will want to avoid depending on external data * files, such as image files. GTK+ comes with a program to avoid this, - * called <application>gdk-pixbuf-csource</application>. This library + * called “gdk-pixbuf-csource”. This library * allows you to convert an image into a C variable declaration, which * can then be loaded into a #GdkPixbuf using * gdk_pixbuf_new_from_inline(). |