diff options
Diffstat (limited to 'new/unix/label.c')
| -rw-r--r-- | new/unix/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/unix/label.c b/new/unix/label.c index caf7d55..1a7aa28 100644 --- a/new/unix/label.c +++ b/new/unix/label.c @@ -25,7 +25,7 @@ static void setText(uiLabel *l, const char *text) gtk_label_set_text(LABEL(l), text); } -uiControl *uiNewLabel(const char *text) +uiLabel *uiNewLabel(const char *text) { struct label *l; GtkWidget *widget; |
