Add !SkinCustomMenu bang that displays the user-defined context menu items only

This commit is contained in:
Birunthan Mohanathas
2014-02-07 20:49:31 +02:00
parent feb90f35d2
commit d0fd184063
6 changed files with 31 additions and 6 deletions

View File

@ -100,7 +100,8 @@ const BangInfo s_Bangs[] =
{ Bang::PauseMeasureGroup, L"PauseMeasureGroup", 1 },
{ Bang::UnpauseMeasureGroup, L"UnpauseMeasureGroup", 1 },
{ Bang::TogglePauseMeasureGroup, L"TogglePauseMeasureGroup", 1 },
{ Bang::UpdateMeasureGroup, L"UpdateMeasureGroup", 1 }
{ Bang::UpdateMeasureGroup, L"UpdateMeasureGroup", 1 },
{ Bang::SkinCustomMenu, L"SkinCustomMenu", 0 }
};
// Bangs that are to be handled with DoGroupBang().