diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-10 16:59:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-10 16:59:43 +0000 |
commit | 0720f6d5d88209ff841ba2a9f61e0f2829a6db24 (patch) | |
tree | e58a030291be6b19b85ce6c9d25fa96d347308ad /gtk/gtktoolbutton.c | |
parent | 8e552c41447d5ea428f5af330b17ca24349e208b (diff) | |
download | gtk+-0720f6d5d88209ff841ba2a9f61e0f2829a6db24.tar.gz |
Fix some typos with inline property docs. (#347065, John Finlay)
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c:
* gtk/gtkiconview.c:
* gtk/gtkprintbackend.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkscrolledwindow.c:
* gtk/gtktoolbar.c: Fix some typos with inline property
docs. (#347065, John Finlay)
Diffstat (limited to 'gtk/gtktoolbutton.c')
-rw-r--r-- | gtk/gtktoolbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c index 5c7ff4daf1..f70d7e599c 100644 --- a/gtk/gtktoolbutton.c +++ b/gtk/gtktoolbutton.c @@ -228,7 +228,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass) GTK_PARAM_READWRITE)); /** - * GtkButton::icon-spacing: + * GtkButton:icon-spacing: * * Spacing in pixels between the icon and label. * |