• R/O
  • HTTP
  • SSH
  • HTTPS

TortoiseGitJp: Commit

TortoiseGit日本語言語ファイル作成


Commit MetaInfo

Revisiónd8b4422756c096019912b8bd8352fb88adb380df (tree)
Tiempo2010-01-23 17:36:06
AutorFrank Li <lznuaa@gmai...>
CommiterFrank Li

Log Message

Remove Command\SetExtMenu.h

Signed-off-by: Frank Li <lznuaa@gmail.com>

Cambiar Resumen

  • delete: src/TortoiseProc/Commands/SetExtMenu.h

Diferencia incremental

--- a/src/TortoiseProc/Commands/SetExtMenu.h
+++ /dev/null
@@ -1,85 +0,0 @@
1-// TortoiseSVN - a Windows shell extension for easy version control
2-
3-// Copyright (C) 2008 - TortoiseSVN
4-
5-// This program is free software; you can redistribute it and/or
6-// modify it under the terms of the GNU General Public License
7-// as published by the Free Software Foundation; either version 2
8-// of the License, or (at your option) any later version.
9-
10-// This program is distributed in the hope that it will be useful,
11-// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-// GNU General Public License for more details.
14-
15-// You should have received a copy of the GNU General Public License
16-// along with this program; if not, write to the Free Software Foundation,
17-// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18-//
19-#pragma once
20-#include "resource.h"
21-#include "StandAloneDlg.h"
22-
23-// TortoiseSVN - a Windows shell extension for easy version control
24-
25-// Copyright (C) 2008 - TortoiseSVN
26-
27-// This program is free software; you can redistribute it and/or
28-// modify it under the terms of the GNU General Public License
29-// as published by the Free Software Foundation; either version 2
30-// of the License, or (at your option) any later version.
31-
32-// This program is distributed in the hope that it will be useful,
33-// but WITHOUT ANY WARRANTY; without even the implied warranty of
34-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35-// GNU General Public License for more details.
36-
37-// You should have received a copy of the GNU General Public License
38-// along with this program; if not, write to the Free Software Foundation,
39-// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
40-//
41-#pragma once
42-#include "resource.h"
43-#include "StandAloneDlg.h"
44-
45-class CSetMenuEx : public ISettingsPropPage
46-{
47- DECLARE_DYNAMIC(CSetLookAndFeelPage)
48-
49-public:
50- CSetLookAndFeelPage();
51- virtual ~CSetLookAndFeelPage();
52-
53- UINT GetIconID() {return IDI_MISC;}
54-
55-// Dialog Data
56- enum { IDD = IDD_SETTINMENUEX };
57-
58-protected:
59- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
60- virtual BOOL PreTranslateMessage(MSG* pMsg);
61- virtual BOOL OnApply();
62- afx_msg void OnBnClickedOnlyexplorer();
63- afx_msg void OnLvnItemchangedMenulist(NMHDR *pNMHDR, LRESULT *pResult);
64- afx_msg void OnChange();
65- afx_msg void OnEnChangeNocontextpaths();
66-
67- DECLARE_MESSAGE_MAP()
68-public:
69- virtual BOOL OnInitDialog();
70-
71-private:
72-
73- CToolTips m_tooltips;
74- CRegDWORD m_regTopmenu;
75- CRegDWORD m_regTopmenuhigh;
76-
77- CImageList m_imgList;
78- CListCtrl m_cMenuList;
79- BOOL m_bModified;
80- unsigned __int64 m_topmenu;
81- bool m_bBlock;
82-
83- CString m_sNoContextPaths;
84- CRegString m_regNoContextPaths;
85-};
Show on old repository browser