diff options
author | Murray Cumming <murrayc@murrayc.com> | 2009-12-31 13:55:51 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2009-12-31 13:55:51 +0100 |
commit | 693124500386628e2a26533bcfbb453b10d253ae (patch) | |
tree | d52f93da2b48c59e8107723edb345bede14e962a /gtk/gtktoolpalette.c | |
parent | cdb13d233eb5bc223dd980f120c54f17dea30398 (diff) | |
download | gtk+-693124500386628e2a26533bcfbb453b10d253ae.tar.gz |
GtkToolPalette: docs: Minor English corrections.
Diffstat (limited to 'gtk/gtktoolpalette.c')
-rw-r--r-- | gtk/gtktoolpalette.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktoolpalette.c b/gtk/gtktoolpalette.c index 5c38781f38..ac5a5a7773 100644 --- a/gtk/gtktoolpalette.c +++ b/gtk/gtktoolpalette.c @@ -43,12 +43,12 @@ * @Short_description: A tool palette with categories * @Title: GtkToolPalette * - * A #GtkToolPalette allows it to add #GtkToolItem<!-- -->s to a palette-like + * A #GtkToolPalette allows you to add #GtkToolItem<!-- -->s to a palette-like * container with different categories and drag and drop support. * * A #GtkToolPalette is created with a call to gtk_tool_palette_new(). * - * #GtkToolItem<!-- -->s cannot be added directly to a #GtkToolPalette, + * #GtkToolItem<!-- -->s cannot be added directly to a #GtkToolPalette - * instead they are added to a #GtkToolItemGroup which can than be added * to a #GtkToolPalette. To add a #GtkToolItemGroup to a #GtkToolPalette, * use gtk_container_add(). |