mirror of https://github.com/GNOME/gimp.git
libgimpwidgets: fix docs for GimpBusyBox:message
This commit is contained in:
parent
ec18b969a3
commit
fe75ef28ad
|
@ -90,7 +90,8 @@ gimp_busy_box_class_init (GimpBusyBoxClass *klass)
|
|||
**/
|
||||
g_object_class_install_property (object_class, PROP_MESSAGE,
|
||||
g_param_spec_string ("message",
|
||||
NULL, NULL,
|
||||
"Message",
|
||||
"The message to display",
|
||||
NULL,
|
||||
GIMP_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT));
|
||||
|
|
Loading…
Reference in New Issue