pulled latest translations from Transifex
[TortoiseGit.git] / src / TortoiseProc / Settings / SetExtMenu.h
bloba1a83da7966c66f061b6cf1e77e727d04bfb51aa
1 // TortoiseGit - a Windows shell extension for easy version control
3 // Copyright (C) 2010 - TortoiseGit
4 // Copyright (C) 2008 - TortoiseSVN
6 // This program is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU General Public License
8 // as published by the Free Software Foundation; either version 2
9 // of the License, or (at your option) any later version.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software Foundation,
18 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 #pragma once
21 #include "resource.h"
22 #include "StandAloneDlg.h"
24 class CSetExtMenu : public ISettingsPropPage
26 DECLARE_DYNAMIC(CSetExtMenu)
28 public:
29 CSetExtMenu();
30 virtual ~CSetExtMenu();
32 UINT GetIconID() {return IDI_MISC;}
34 // Dialog Data
35 enum { IDD = IDD_SETTINGSEXTMENU };
37 protected:
38 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
39 virtual BOOL PreTranslateMessage(MSG* pMsg);
40 virtual BOOL OnApply();
41 afx_msg void OnBnClickedOnlyexplorer();
42 afx_msg void OnLvnItemchangedMenulist(NMHDR *pNMHDR, LRESULT *pResult);
43 afx_msg void OnChange();
44 afx_msg void OnEnChangeNocontextpaths();
46 DECLARE_MESSAGE_MAP()
47 public:
48 virtual BOOL OnInitDialog();
50 private:
52 CToolTips m_tooltips;
53 CRegStdDWORD m_regExtmenu;
54 CRegStdDWORD m_regExtmenuhigh;
56 unsigned __int64 m_extmenu;
58 CImageList m_imgList;
59 CListCtrl m_cMenuList;
60 BOOL m_bModified;
61 bool m_bBlock;