summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-05-04 09:36:22 +0200
committerMatthias Clasen <mclasen@redhat.com>2017-07-19 21:27:11 -0400
commitaa5f90d9f563e2e7355d476f769b399206533e9a (patch)
tree9110024d0fec873e88d48ea45888030bd4d31679 /gtk/gtkbutton.c
parentb9fb186f465e055353883b825a670d95f83124de (diff)
downloadgtk+-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.c2
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.
*/