Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

shellext: rename TortoiseHG submenu to TortoiseHg

Changeset 9a035eedb9c6

Parent 0b4a847aa290

by Steve Borho

Changes to one file · Browse files at 9a035eedb9c6 Showing diff from parent 0b4a847aa290 Diff from another changeset...

 
510
511
512
513
 
514
515
516
 
510
511
512
 
513
514
515
516
@@ -510,7 +510,7 @@
    TDEBUG_TRACE(" CShellExtCMenu::QueryContextMenu: adding main THG menu");   InsertSubMenuItemWithIcon2(hMenu, hSubMenu, indexMenu++, idCmd++, - L"TortoiseHG", "hg.ico"); + L"TortoiseHg", "hg.ico");     InsertMenu(hMenu, indexMenu++, MF_SEPARATOR | MF_BYPOSITION, 0, NULL);