diff options
Diffstat (limited to 'widgetfactory.c')
| -rw-r--r-- | widgetfactory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgetfactory.c b/widgetfactory.c index b5b9142..b0d503b 100644 --- a/widgetfactory.c +++ b/widgetfactory.c @@ -92,6 +92,7 @@ wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCm ALF_AddButton(win, ID_B2, 0, 2, L"Oh m&y god,\r\nwho the hell cares?"); ALF_RecalculateLayout(win); + ALF_SetDefaultButton(win, ID_B1); ALF_ResizeWindow(win, 1, 1); |
