diff --git a/bazaar/MAPIEx/MAPIEx.cpp b/bazaar/MAPIEx/MAPIEx.cpp index f6f0a0f13..783ba0c3f 100644 --- a/bazaar/MAPIEx/MAPIEx.cpp +++ b/bazaar/MAPIEx/MAPIEx.cpp @@ -44,7 +44,8 @@ MAPIFunctions &MF() { INITBLOCK { if (!MAPIEx::Init()) - Panic("Impossible to initialize MAPI"); + MessageBox(::GetActiveWindow(), "MAPI Error", "Impossible to initialize MAPI", + MB_ICONSTOP|MB_OK|MB_APPLMODAL); } EXITBLOCK { diff --git a/bazaar/MAPIEx/MAPIEx.upp b/bazaar/MAPIEx/MAPIEx.upp index dcfa95054..d309d0832 100644 --- a/bazaar/MAPIEx/MAPIEx.upp +++ b/bazaar/MAPIEx/MAPIEx.upp @@ -27,4 +27,3 @@ file src.tpp, License.txt; -