Prep for KfW conversion to ribbon toolbar

Upgrade classes: CWinApp->CWinAppEx, CFrameWnd->CFrameWndEx,
CStatusBar->CMFCStatusBar, CToolBar->CMFCToolBar.
Call AfxOleInit() from CLeashApp::InitInstance()
Do not call LoadBarState() (crashes)
or GetToolBarCtrl() (no longer exists)

Signed-off-by: Kevin Wasserman <[email protected]>

https://github.com/krb5/krb5/commit/7a53399722e129ed9c00f0c37d0c20c0387c829d
Author: Kevin Wasserman <[email protected]>
Committer: Ben Kaduk <[email protected]>
Commit: 7a53399722e129ed9c00f0c37d0c20c0387c829d
Branch: master
 src/windows/leash/Leash.cpp      |    1 +
 src/windows/leash/Leash.h        |    2 +-
 src/windows/leash/LeashFrame.cpp |    9 ++---
 src/windows/leash/LeashFrame.h   |    2 +-
 src/windows/leash/LeashView.cpp  |    6 ++-
 src/windows/leash/MainFrm.cpp    |   71 +++-----------------------------------
 src/windows/leash/MainFrm.h      |    4 +-
 src/windows/leash/StdAfx.h       |    1 +
 8 files changed, 19 insertions(+), 77 deletions(-)
_______________________________________________
kfwdev mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/kfwdev

Reply via email to