diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-10-01 15:26:49 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-10-01 18:17:40 +0200 |
| commit | fdb780a69d47d6438c0116a208afad2e94476e95 (patch) | |
| tree | d0c77bd94ea06be4daca07fc2298a7149e1c50e1 /alf/alfmessagedlg.cpp | |
| parent | c8a5d9cc2dedf3a8573659fa70b14f86e899bac4 (diff) | |
custom button rework
Diffstat (limited to 'alf/alfmessagedlg.cpp')
| -rw-r--r-- | alf/alfmessagedlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfmessagedlg.cpp b/alf/alfmessagedlg.cpp index 554d55d..a16b220 100644 --- a/alf/alfmessagedlg.cpp +++ b/alf/alfmessagedlg.cpp @@ -59,7 +59,7 @@ ALF_MessageDlg_HandleAddButton(ALFMessageDlgPriv *priv, HWND hwnd, WORD id, cons { (void)hwnd; - HWND hwndBtn = ALF_AddNativeButton(hwnd, id, 2 * priv->nButtons + 2, 2, text); + HWND hwndBtn = ALF_AddButton(hwnd, id, 2 * priv->nButtons + 2, 2, text); ALF_Layout_SetColumnMinSize(hwnd, 2 * priv->nButtons + 3, 525); ALF_Layout_SetControlSpan(hwnd, priv->hwndTextWrapper, priv->nButtons * 2 + 3, 1); |
