I alway miss these, add Hide and Show items to tab context menu
Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002
This commit is contained in:
parent
133822bd25
commit
587a3296b3
1 changed files with 15 additions and 0 deletions
|
@ -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 ;
|
||||
|
|
Loading…
Reference in a new issue