sc/source/ui/src/popup.src | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
New commits: commit 587a3296b3dbf088525929a30da3f923083abf40 Author: Noel Power <noel.po...@novell.com> Date: Thu Jun 7 16:40:25 2012 +0100 I alway miss these, add Hide and Show items to tab context menu Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002 diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index e3e9a11..856f4d7 100644 --- a/sc/source/ui/src/popup.src +++ b/sc/source/ui/src/popup.src @@ -238,6 +238,21 @@ Menu RID_POPUP_TAB //------------------------------ 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 ; Text [ en-US ] = "Select All S~heets" ; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits