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/gtkplug.c | |
parent | 2dcbe27a06d2a0ef4c3ba507d41243d1c6565117 (diff) | |
download | gtk+-a3bad427c7b63357db3d02aa39a291d47af63f6f.tar.gz |
docs: don't use <application> tags
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r-- | gtk/gtkplug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index b93fb78b93..6c8817235c 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -57,8 +57,8 @@ * The communication between a #GtkSocket and a #GtkPlug follows the * <ulink url="http://www.freedesktop.org/Standards/xembed-spec">XEmbed</ulink> * protocol. This protocol has also been implemented in other toolkits, - * e.g. <application>Qt</application>, allowing the same level of - * integration when embedding a <application>Qt</application> widget + * e.g. Qt, allowing the same level of + * integration when embedding a Qt widget * in GTK+ or vice versa. * * The #GtkPlug and #GtkSocket widgets are only available when GTK+ |