diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-05-24 20:51:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-05-24 23:41:42 -0400 |
commit | c201cb3af0e7bae685366c5fb45e01db29e4c507 (patch) | |
tree | c3182ed0427f408d47c3b0335f39a2fe81866122 /docs/reference | |
parent | b9f55dfd634808ddec5b1a82769890e217b8eb46 (diff) | |
download | gtk+-c201cb3af0e7bae685366c5fb45e01db29e4c507.tar.gz |
Fix a duplicate word in the docs
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/migrating-2to3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 94419559bc..b0bad87e30 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -1133,7 +1133,7 @@ gtk_arrow_draw (GtkWidget *widget, The default values for the #GtkScrolledWindow:hscrollbar-policy and #GtkScrolledWindow:vscrollbar-policy properties have been changed from 'never' to 'automatic'. If your application was relying on the default - value, you will have explicitly set it explicitly. + value, you will have to set it explicitly. </para> <para> |