From d8b4422756c096019912b8bd8352fb88adb380df Mon Sep 17 00:00:00 2001 From: Frank Li Date: Sat, 23 Jan 2010 16:36:06 +0800 Subject: [PATCH] Remove Command\SetExtMenu.h Signed-off-by: Frank Li --- src/TortoiseProc/Commands/SetExtMenu.h | 85 ---------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 src/TortoiseProc/Commands/SetExtMenu.h diff --git a/src/TortoiseProc/Commands/SetExtMenu.h b/src/TortoiseProc/Commands/SetExtMenu.h deleted file mode 100644 index 99c2ad7..0000000 --- a/src/TortoiseProc/Commands/SetExtMenu.h +++ /dev/null @@ -1,85 +0,0 @@ -// TortoiseSVN - a Windows shell extension for easy version control - -// Copyright (C) 2008 - TortoiseSVN - -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. - -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software Foundation, -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// -#pragma once -#include "resource.h" -#include "StandAloneDlg.h" - -// TortoiseSVN - a Windows shell extension for easy version control - -// Copyright (C) 2008 - TortoiseSVN - -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. - -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software Foundation, -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -// -#pragma once -#include "resource.h" -#include "StandAloneDlg.h" - -class CSetMenuEx : public ISettingsPropPage -{ - DECLARE_DYNAMIC(CSetLookAndFeelPage) - -public: - CSetLookAndFeelPage(); - virtual ~CSetLookAndFeelPage(); - - UINT GetIconID() {return IDI_MISC;} - -// Dialog Data - enum { IDD = IDD_SETTINMENUEX }; - -protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support - virtual BOOL PreTranslateMessage(MSG* pMsg); - virtual BOOL OnApply(); - afx_msg void OnBnClickedOnlyexplorer(); - afx_msg void OnLvnItemchangedMenulist(NMHDR *pNMHDR, LRESULT *pResult); - afx_msg void OnChange(); - afx_msg void OnEnChangeNocontextpaths(); - - DECLARE_MESSAGE_MAP() -public: - virtual BOOL OnInitDialog(); - -private: - - CToolTips m_tooltips; - CRegDWORD m_regTopmenu; - CRegDWORD m_regTopmenuhigh; - - CImageList m_imgList; - CListCtrl m_cMenuList; - BOOL m_bModified; - unsigned __int64 m_topmenu; - bool m_bBlock; - - CString m_sNoContextPaths; - CRegString m_regNoContextPaths; -}; -- 2.11.0