diff options
author | Kalev Lember <klember@redhat.com> | 2015-07-12 20:18:17 +0200 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2015-07-12 20:18:17 +0200 |
commit | 6b05a686dcc406aaf84ffb56ae5fa2d5c83f45ae (patch) | |
tree | d5ed1eea8d0966c994cbb65f949b6c8996abec0e /gtk/gtksettings.c | |
parent | 1ca6d8b1b586ea6d11c481b442862dab30ae0a8a (diff) | |
download | gtk+-6b05a686dcc406aaf84ffb56ae5fa2d5c83f45ae.tar.gz |
GtkSettings: Fix a documentation typo
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r-- | gtk/gtksettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index a40cb84479..05a6b6de16 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -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 |