OSDN Git Service

Add Stash Save\apply and Submodule Add and Update command.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseShell / ShellExt.h
index e87abfb..7c34d32 100644 (file)
@@ -156,6 +156,11 @@ protected:
                ShellMenuImportPatch,\r
                ShellMenuCherryPick,\r
                ShellMenuFetch,\r
+               ShellMenuRebase,\r
+               ShellMenuStashSave,\r
+               ShellMenuStashApply,\r
+               ShellMenuSubAdd,\r
+               ShellMenuSubSync,\r
                ShellMenuLastEntry                      // used to mark the menu array end\r
        };\r
 \r
@@ -218,7 +223,7 @@ protected:
 #define MAKESTRING(ID) LoadStringEx(g_hResInst, ID, stringtablebuffer, sizeof(stringtablebuffer)/sizeof(TCHAR), (WORD)CRegStdWORD(_T("Software\\TortoiseGit\\LanguageID"), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT)))\r
 private:\r
        void                    InsertGitMenu(BOOL istop, HMENU menu, UINT pos, UINT_PTR id, UINT stringid, UINT icon, UINT idCmdFirst, GitCommands com, UINT uFlags);\r
-       void                    InsertIgnoreSubmenus(UINT &idCmd, UINT idCmdFirst, HMENU hMenu, HMENU subMenu, UINT &indexMenu, int &indexSubMenu, unsigned __int64 topmenu, bool bShowIcons);\r
+       void                    InsertIgnoreSubmenus(UINT &idCmd, UINT idCmdFirst, HMENU hMenu, HMENU subMenu, UINT &indexMenu, int &indexSubMenu, unsigned __int64 topmenu, bool bShowIcons, UINT uFlags);\r
        stdstring               WriteFileListToTempFile();\r
        bool                    WriteClipboardPathsToTempFile(stdstring& tempfile);\r
        LPCTSTR                 GetMenuTextFromResource(int id);\r