I alway miss these, add Hide and Show items to tab context menu

Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002
This commit is contained in:
Noel Power 2012-06-07 16:40:25 +01:00
parent 133822bd25
commit 587a3296b3

View file

@ -237,6 +237,21 @@ Menu RID_POPUP_TAB
MenuItem { Separator = TRUE ; };
//------------------------------
MenuItem
{
Identifier = FID_TABLE_HIDE ;
HelpId = CMD_FID_TABLE_HIDE ;
Text [ en-US ] = "~Hide" ;
};
MenuItem
{
Identifier = FID_TABLE_SHOW ;
HelpId = CMD_FID_TABLE_SHOW ;
Text [ en-US ] = "~Show..." ;
};
//------------------------------
MenuItem { Separator = TRUE ; };
//------------------------------
MenuItem
{
Identifier = FID_TAB_SELECTALL ;
HelpId = CMD_FID_TAB_SELECTALL ;