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/gtkaction.c | |
parent | 8e552c41447d5ea428f5af330b17ca24349e208b (diff) | |
download | gdk-pixbuf-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/gtkaction.c')
-rw-r--r-- | gtk/gtkaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c index 07d827ff0..630159b3a 100644 --- a/gtk/gtkaction.c +++ b/gtk/gtkaction.c @@ -224,7 +224,7 @@ gtk_action_class_init (GtkActionClass *klass) NULL, GTK_PARAM_READWRITE)); /** - * GtkAction::icon-name: + * GtkAction:icon-name: * * The name of the icon from the icon theme. * Note that the stock icon is preferred, if |