GtkSettings: Fix a documentation typo

This commit is contained in:
Kalev Lember 2015-07-12 20:18:17 +02:00
parent 1ca6d8b1b5
commit 6b05a686dc

View File

@ -1318,7 +1318,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
* Since: 2.4
*
* Deprecated: 3.10: This setting is deprecated. Application developers
* control whether a button should show an icon or now, on a
* control whether a button should show an icon or not, on a
* per-button basis. If a #GtkButton should show an icon, use the
* #GtkButton:always-show-image property of #GtkButton, and pack a
* #GtkImage inside the #GtkButton