diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-16 09:33:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-16 09:33:21 -0400 |
| commit | 9f65a6767198bfef9dfc33928bbd59242636208a (patch) | |
| tree | a1f6880a7ceaacc1dac5ed90acf53571aab22696 /new/windows/label.c | |
| parent | b134f898fedb1b87a52e8af8e46327140c22d653 (diff) | |
Fixed some errors in the Windows code.
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; |
