diff options
author | Timm Bäder <mail@baedert.org> | 2017-05-04 09:36:22 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:11 -0400 |
commit | aa5f90d9f563e2e7355d476f769b399206533e9a (patch) | |
tree | 9110024d0fec873e88d48ea45888030bd4d31679 /gtk/gtkbutton.c | |
parent | b9fb186f465e055353883b825a670d95f83124de (diff) | |
download | gtk+-aa5f90d9f563e2e7355d476f769b399206533e9a.tar.gz |
fontbutton: Call the css node "fontbutton"
Otherwise the default looks like a button inside a button.
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index aefa8eaa5b..e9ac07db5f 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -47,7 +47,7 @@ * * Button-like widgets like #GtkToggleButton, #GtkMenuButton, #GtkVolumeButton, * #GtkLockButton, #GtkColorButton, #GtkFontButton or #GtkFileChooserButton use - * style classes such as .toggle, .popup, .scale, .lock, .color, .font, .file + * style classes such as .toggle, .popup, .scale, .lock, .color, .file * to differentiate themselves from a plain GtkButton. */ |