diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 6f48802e03..d363d41fb1 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -81,8 +81,7 @@ * * GtkFrame has a main CSS node with name frame and a subnode with * name border. The border node is used to render the visible border. - * The style class .flat can appear with the main node. In the - * #GtkShortcutsWindow, frames are used with the .keycap style class. + * The style class .flat can appear with the main node. */ diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index c0b37772ab..a51d71f451 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -86,7 +86,8 @@ * * GtkLabel has a single CSS node with the name label. A wide variety * of style classes may be applied to labels, such as .title, .subtitle, - * .dim-label, etc. + * .dim-label, etc. In the #GtkShortcutsWindow, labels are used wth the + * .keycap style class. * * If the label has a selection, it gets a subnode with name selection. *