diff options
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); |
