diff options
Diffstat (limited to 'new/windows/checkbox.c')
| -rw-r--r-- | new/windows/checkbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/windows/checkbox.c b/new/windows/checkbox.c index 65e7652..5d81620 100644 --- a/new/windows/checkbox.c +++ b/new/windows/checkbox.c @@ -94,7 +94,7 @@ static void setChecked(uiCheckbox *c, int checked) SendMessage(hwnd, BM_SETCHECK, check, 0); } -uiControl *uiNewCheckbox(const char *text) +uiCheckbox *uiNewCheckbox(const char *text) { struct checkbox *c; uiWindowsNewControlParams p; |
