diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-06-24 00:20:57 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-06-24 00:21:32 +0200 |
commit | 191afb88f91932288aa0757fd6c1476adee9b9b2 (patch) | |
tree | c729f71bec12f89ba5769e01cab2c8637fb41862 /gtk/gtkpaned.c | |
parent | f0443b65492bdcf2487bf71dc807d6c9749aa4aa (diff) | |
download | gtk+-191afb88f91932288aa0757fd6c1476adee9b9b2.tar.gz |
GtkPaned docs: Remove sentence saying see GtkPaned.
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r-- | gtk/gtkpaned.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 7c6ab6c40f..f99721033f 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -46,7 +46,7 @@ * #GtkPaned has two panes, arranged either * horizontally or vertically. The division between * the two panes is adjustable by the user by dragging - * a handle. See #GtkPaned for details. + * a handle. * * Child widgets are * added to the panes of the widget with gtk_paned_pack1() and |