summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/popup.src
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-03 14:48:34 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-03 20:28:18 -0400
commit4b8186dbe41677c5c7ee156c586f3295dab7528c (patch)
tree2d60ec2fb27c9df7a8c9fc01b3e4b3af85720a9b /sc/source/ui/src/popup.src
parent7684ae6cf43e2fa186f6e9c80d7d377e0dc1a1ab (diff)
Add menu entries for sheet name and date field items.
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
Diffstat (limited to 'sc/source/ui/src/popup.src')
-rw-r--r--sc/source/ui/src/popup.src9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index 66e84bf61a64..67f4089a3380 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -438,8 +438,13 @@ Menu RID_POPUP_EDIT
{
MenuItem
{
- Identifier = SID_INSERT_FIELD_TEST ;
- Text [ en-US ] = "Test Field";
+ Identifier = SID_INSERT_FIELD_DATE_VAR ;
+ Text [ en-US ] = "Date" ;
+ };
+ MenuItem
+ {
+ Identifier = SID_INSERT_FIELD_SHEET ;
+ Text [ en-US ] = "Sheet Name" ;
};
};
};