diff options
Diffstat (limited to 'new/button_unix.c')
| -rw-r--r-- | new/button_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/button_unix.c b/new/button_unix.c index 8ab9aa6..a39bdf5 100644 --- a/new/button_unix.c +++ b/new/button_unix.c @@ -34,7 +34,7 @@ uiControl *uiNewButton(const char *text) b = uiNew(struct button); b->c = uiUnixNewControl(GTK_TYPE_BUTTON, - FALSE, FALSE, FALSE, b, + FALSE, FALSE, b, "label", text, NULL); |
