OKCANCEL -> YESNO
Add MB_ICONEXCLAMATION
Change text
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit
253b9a7f317d03c3392add07d3da2c4c4ecfc08f)
ticket: 7239
status: resolved
INT whatToDo;
if (!CLeashApp::m_hAfsDLL)
- whatToDo = AfxMessageBox("You are about to destroy your ticket(s)!",
- MB_OKCANCEL, 0);
+ whatToDo = AfxMessageBox("Are you sure you want to destroy these tickets?",
+ MB_ICONEXCLAMATION|MB_YESNO, 0);
else
whatToDo = AfxMessageBox("You are about to destroy your ticket(s)/token(s)!",
MB_OKCANCEL, 0);