diff options
Diffstat (limited to 'new/windows/label.c')
| -rw-r--r-- | new/windows/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/windows/label.c b/new/windows/label.c index 1c4ef01..29c03f7 100644 --- a/new/windows/label.c +++ b/new/windows/label.c @@ -41,7 +41,7 @@ static void setText(uiLabel *l, const char *text) uiWindowsControlSetText(uiControl(l), text); } -uiControl *uiNewLabel(const char *text) +uiLabel *uiNewLabel(const char *text) { struct label *l; uiWindowsNewControlParams p; |
