diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-05-16 14:17:08 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-05-16 14:17:08 +0000 |
commit | ae38e6393acfedc780b4ec2f35e66a9f2ea869b5 (patch) | |
tree | 83193403c479244e7cedfc45b7a321abc3548016 /svx/source/form/fmexpl.src | |
parent | 063cf9e71e4354ba3b5da8c129ab43b23b9ceeff (diff) |
prepare #98725#: context menu entries for cut/copy/paste
Diffstat (limited to 'svx/source/form/fmexpl.src')
-rw-r--r-- | svx/source/form/fmexpl.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src index 7291eb1ee14b..848044a76235 100644 --- a/svx/source/form/fmexpl.src +++ b/svx/source/form/fmexpl.src @@ -2,9 +2,9 @@ * * $RCSfile: fmexpl.src,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2001-07-26 22:22:19 $ + * last change: $Author: fs $ $Date: 2002-05-16 15:17:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,7 @@ #include "svxids.hrc" #include "fmresids.hrc" #include "fmexpl.hrc" +#include "globlmn.hrc" Menu RID_FMEXPLORER_POPUPMENU { ItemList = @@ -183,6 +184,9 @@ Menu RID_FMEXPLORER_POPUPMENU Text[ catalan ] = "Reemplazar con"; Text[ finnish ] = "~Korvaa kohteella"; }; + MenuItem { ITEM_EDIT_CUT }; + MenuItem { ITEM_EDIT_COPY }; + MenuItem { ITEM_EDIT_PASTE }; MenuItem { Identifier = SID_FM_DELETE ; |