summaryrefslogtreecommitdiff
path: root/new/unix/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/unix/label.c')
-rw-r--r--new/unix/label.c2
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;