[RsWitch-cvs] CVS: rswitch MainConfigDlg.h,1.1.1.1,1.2
Status: Alpha
Brought to you by:
bcrochet
|
From: Brad P. C. <bcr...@us...> - 2000-12-05 05:41:49
|
Update of /cvsroot/rswitch/rswitch In directory slayer.i.sourceforge.net:/tmp/cvs-serv6370 Modified Files: MainConfigDlg.h Log Message: * Added member pointer to hotkeylist * Added OnGetdispinfoHotkeylist Index: MainConfigDlg.h =================================================================== RCS file: /cvsroot/rswitch/rswitch/MainConfigDlg.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MainConfigDlg.h 2000/11/01 15:10:18 1.1.1.1 --- MainConfigDlg.h 2000/12/05 05:41:45 1.2 *************** *** 19,22 **** --- 19,26 ---- // $Log$ + // Revision 1.2 2000/12/05 05:41:45 bcrochet + // * Added member pointer to hotkeylist + // * Added OnGetdispinfoHotkeylist + // // Revision 1.1.1.1 2000/11/01 15:10:18 bcrochet // Initial revision and import *************** *** 48,53 **** CListCtrl m_ctrlHotkeyList; //}}AFX_DATA - // Overrides // ClassWizard generated virtual function overrides --- 52,57 ---- CListCtrl m_ctrlHotkeyList; //}}AFX_DATA + HotKeyList* m_pHotKeyList; // Overrides // ClassWizard generated virtual function overrides *************** *** 59,63 **** // Implementation protected: - // Generated message map functions //{{AFX_MSG(CMainConfigDlg) --- 63,66 ---- *************** *** 65,68 **** --- 68,72 ---- afx_msg void OnAdd(); afx_msg void OnEdit(); + afx_msg void OnGetdispinfoHotkeylist(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP() |