diff options
Diffstat (limited to 'protocols/MRA/MraPopUp.cpp')
-rw-r--r-- | protocols/MRA/MraPopUp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MRA/MraPopUp.cpp b/protocols/MRA/MraPopUp.cpp index 9951776e82..af399eee9e 100644 --- a/protocols/MRA/MraPopUp.cpp +++ b/protocols/MRA/MraPopUp.cpp @@ -22,6 +22,7 @@ INT_PTR CALLBACK MraPopupDlgProcOpts(HWND hWndDlg, UINT msg, WPARAM wParam, LPAR case WM_INITDIALOG:
TranslateDialogDefault(hWndDlg);
SetWindowLongPtr(hWndDlg, GWLP_USERDATA, lParam);
+ ppro = (CMraProto*)lParam;
{
HWND hWndCombo = GetDlgItem(hWndDlg, IDC_COMBO_POPUP_TYPE);
SendMessage(hWndCombo, CB_RESETCONTENT, 0, 0);
|