Fix up short descriptions

svn path=/trunk/; revision=21721
This commit is contained in:
Matthias Clasen 2008-10-27 04:27:03 +00:00
parent fbf5f4b647
commit 4269ef1357
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-10-2r76 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolshell.c:
* gtk/gtktoolitem.c: Remove markup from short descriptions.
2008-10-26 Matthias Clasen <mclasen@redhat.com>
* gdk/keyname-table.h:

View File

@ -37,7 +37,7 @@
/**
* SECTION:gtktoolitem
* @short_description: The base class of widgets that can be added to #GtkToolShell
* @short_description: The base class of widgets that can be added to GtkToolShell
*
* #GtkToolItem<!-- -->s are widgets that can appear on a toolbar. To
* create a toolbar item that contain something else than a button, use

View File

@ -28,7 +28,7 @@
/**
* SECTION:gtktoolshell
* @short_description: Interface for containers containing #GtkToolItem widgets.
* @short_description: Interface for containers containing GtkToolItem widgets.
*
* The #GtkToolShell interface allows container widgets to provide additional
* information when embedding #GtkToolItem widgets.