diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-09-13 14:36:46 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-09-14 18:29:08 +0100 |
commit | ac4faad8a24e7dae76e42e5de82e639690ee47fd (patch) | |
tree | a265ba5c3e0f2cc031340859a4171e3b3845b80a /gtk/gtkframe.c | |
parent | c3a191abe29ad06bac8cd444cf32720ae556ab4a (diff) | |
download | gtk+-ac4faad8a24e7dae76e42e5de82e639690ee47fd.tar.gz |
Frame: Add missing fixed-width format to enums
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r-- | gtk/gtkframe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 2bfa6cf67c..6f109ec479 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -566,8 +566,8 @@ gtk_frame_get_label_align (GtkFrame *frame, * @type: the new #GtkShadowType * * Sets the #GtkFrame:shadow-type for @frame, i.e. whether it is drawn without - * (GTK_SHADOW_NONE) or with (other values) a visible border. Values other than - * GTK_SHADOW_NONE are treated identically by #GtkFrame. The chosen type is + * (%GTK_SHADOW_NONE) or with (other values) a visible border. Values other than + * %GTK_SHADOW_NONE are treated identically by GtkFrame. The chosen type is * applied by removing or adding the .flat class to the main CSS node, frame. **/ void |