Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cmenu: remove the last separator if the submenu ends with a separator

Changeset ab5b17fde3a9

Parent 2a037d492016

by Giampaolo Fadel

Changes to one file · Browse files at ab5b17fde3a9 Showing diff from parent 2a037d492016 Diff from another changeset...

 
363
364
365
 
 
366
367
368
 
363
364
365
366
367
368
369
370
@@ -363,6 +363,8 @@
  }   }   } + if (isSeparator && indexSubMenu>0) + RemoveMenu(hSubMenu, indexSubMenu-1, MF_BYPOSITION) ;   }     TDEBUG_TRACE(" CShellExt::QueryContextMenu: adding main THG menu");