Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable shellext: replace tabs to spaces at CShellExtCMenu.h.

Changeset 9cd2c612d391

Parent 1ad21d2c659a

by Toshi MARUYAMA

Changes to one file · Browse files at 9cd2c612d391 Showing diff from parent 1ad21d2c659a Diff from another changeset...

 
37
38
39
40
41
 
 
42
43
44
 
37
38
39
 
 
40
41
42
43
44
@@ -37,8 +37,8 @@
  void PrintDebugHeader(LPCITEMIDLIST pIDFolder, LPDATAOBJECT pDataObj);   void InitMenuMaps(const MenuDescription *menuDescs, std::size_t sz);   void InsertMenuItemByName( - HMENU hMenu, const std::string& name, UINT indexMenu, - UINT idCmd, UINT idCmdFirst, const std::wstring& prefix); + HMENU hMenu, const std::string& name, UINT indexMenu, + UINT idCmd, UINT idCmdFirst, const std::wstring& prefix);   void AddMenuList(UINT idCmd, const std::string& name);    public: