[26862] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Change kfw destroy ticket confirmation message

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Aug 23 15:32:51 2012

Date: Thu, 23 Aug 2012 15:32:45 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201208231932.q7NJWj47018270@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/253b9a7f317d03c3392add07d3da2c4c4ecfc08f
commit 253b9a7f317d03c3392add07d3da2c4c4ecfc08f
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Date:   Fri Jul 20 11:07:48 2012 -0400

    Change kfw destroy ticket confirmation message
    
    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

 src/windows/leash/LeashView.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/windows/leash/LeashView.cpp b/src/windows/leash/LeashView.cpp
index 1b67937..3c91e32 100644
--- a/src/windows/leash/LeashView.cpp
+++ b/src/windows/leash/LeashView.cpp
@@ -752,8 +752,8 @@ VOID CLeashView::OnDestroyTicket()
         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);
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post