summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-23 23:02:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-23 23:02:10 +0000
commit65cce90c27fe5ed60ca467ed0ba411355ef1de4c (patch)
treeae9cdfdbc6f135fd9e287b716070ab2d6b508c5c /gdk
parent0cf540cbea4486d692eb447ba55eed6a591cf44a (diff)
downloadgtk+-65cce90c27fe5ed60ca467ed0ba411355ef1de4c.tar.gz
Remove period from title of example in docs.
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Remove period from title of example in docs. * gdk/tmpl/x_interaction.sgml: * gdk/tmpl/pango_interaction.sgml: * gdk/tmpl/input_devices.sgml: * gdk/tmpl/input.sgml: * gdk/tmpl/threads.sgml: * gdk/tmpl/properties.sgml: * gdk/tmpl/dnd.sgml: * gdk/tmpl/selections.sgml: * gdk/tmpl/keys.sgml: * gdk/tmpl/event_structs.sgml: * gdk/tmpl/events.sgml: * gdk/tmpl/windows.sgml: * gdk/tmpl/cursors.sgml: * gdk/tmpl/fonts.sgml: * gdk/tmpl/colors.sgml: * gdk/tmpl/pixbufs.sgml: * gdk/tmpl/images.sgml: * gdk/tmpl/pixmaps.sgml: * gdk/tmpl/drawing.sgml: * gdk/tmpl/regions.sgml: * gdk/tmpl/gdkdisplaymanager.sgml: * gdk/tmpl/gdkscreen.sgml: * gdk/tmpl/gdkdisplay.sgml: * gdk/tmpl/general.sgml: Add missing short descriptions, standardize them to start with a capital and end without a period. Also remove periods from titles of examples.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkcursor-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index 753d882c66..6498745184 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -141,7 +141,7 @@ gdk_cursor_new_for_display (GdkDisplay *display,
* The standard cursor size is 16 by 16 pixels. You can create a bitmap
* from inline data as in the below example.
*
- * <example><title>Creating a custom cursor.</title>
+ * <example><title>Creating a custom cursor</title>
* <programlisting>
* /<!-- -->* This data is in X bitmap format, and can be created with the 'bitmap'
* utility. *<!-- -->/