OKCANCEL -> YESNO
Add MB_ICONEXCLAMATION
Change text
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7239 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
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);