diff options
| author | Kevin Wasserman <kevin.wasserman@painless-security.com> | 2012-04-03 12:36:44 -0400 |
|---|---|---|
| committer | Ben Kaduk <kaduk@mit.edu> | 2012-08-23 15:30:04 -0400 |
| commit | 3152a4c79e34b1954616a39e24c7d179cd08e0bb (patch) | |
| tree | ddbb37b503881b37a8b0c7b852903663201c8c50 /src/windows/leash/MainFrm.cpp | |
| parent | d5cafe2f1016e18ac191528a0c24f8dc6fbeb1f2 (diff) | |
| download | krb5-3152a4c79e34b1954616a39e24c7d179cd08e0bb.tar.gz krb5-3152a4c79e34b1954616a39e24c7d179cd08e0bb.tar.xz krb5-3152a4c79e34b1954616a39e24c7d179cd08e0bb.zip | |
Leash UI menu updates
Eliminate Action menu:
-move Ticket manipulation to File menu
-eliminate "Reset Window Size/Pos", "Synchronize Time", and "Update Display"
Update Options menu:
-eliminate all the "Properties" items:
"Leash ", "Kerberos ", "Kerberos v4 ", "Kerberos v5 ", and "AFS"
TODO: move functionality to advanced install/registry keys.
Update View menu:
-add "Time Issued", "Renewable Until", "Flags", "Encryption Type",
and "Valid Until"
-remove "Large Icons", "Toolbar", "Status Bar", and "Debug Window"
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7243 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
Diffstat (limited to 'src/windows/leash/MainFrm.cpp')
| -rw-r--r-- | src/windows/leash/MainFrm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows/leash/MainFrm.cpp b/src/windows/leash/MainFrm.cpp index b2d20cc1a..fe1472c99 100644 --- a/src/windows/leash/MainFrm.cpp +++ b/src/windows/leash/MainFrm.cpp @@ -46,7 +46,6 @@ IMPLEMENT_DYNCREATE(CMainFrame, CLeashFrame) BEGIN_MESSAGE_MAP(CMainFrame, CLeashFrame) //{{AFX_MSG_MAP(CMainFrame) ON_WM_CREATE() - ON_COMMAND(ID_RESET_WINDOW_SIZE, OnResetWindowSize) ON_WM_SIZING() ON_WM_CLOSE() ON_WM_GETMINMAXINFO() |
