diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-04-07 09:33:15 +0000 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-04-07 09:33:15 +0000 |
commit | a1688f7fd539452ec409f28998fb433f9732e925 (patch) | |
tree | c0ab9dc32b8fee99b222141341e6020607e5b915 /gtk/gtknotebook.c | |
parent | 9e2114e6290fe382a5435f8c9395d9bb8b7a965a (diff) | |
download | gtk+-a1688f7fd539452ec409f28998fb433f9732e925.tar.gz |
s/arrow-size/arrow-spacing in the arrow-spacing style property docs.
* gtk/gtknotebook.c (gtk_notebook_class_init):
s/arrow-size/arrow-spacing in the arrow-spacing
style property docs.
svn path=/trunk/; revision=17585
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 00fc10a2bb..bd5c9233d3 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -767,7 +767,7 @@ gtk_notebook_class_init (GtkNotebookClass *class) /** * GtkNotebook:arrow-spacing: * - * The "arrow-size" property defines the spacing between the scroll + * The "arrow-spacing" property defines the spacing between the scroll * arrows and the tabs. * * Since: 2.10 |