summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-25 12:28:23 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-25 12:28:23 +0000
commitfe6066d957a51186f8578502e6651b55161d9b8f (patch)
tree0848d216d3739bdb287e1d8f77849599bac57627 /dbaccess/source/ui/browser/sbabrw.src
parent30099daceb5b67e169df1550dc8adf21c97333af (diff)
#91719# implementing the XRename handling
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 7506de800baa..089d2b5dfa0a 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -2,9 +2,9 @@
*
* $RCSfile: sbabrw.src,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: kz $ $Date: 2001-09-06 20:18:32 $
+ * last change: $Author: oj $ $Date: 2001-09-25 13:24:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,9 @@
#include "browserids.hxx"
#endif
// #include <sfx2/sfx.hrc>
+#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
+#endif
#ifndef DBAUI_TOOLBOX_HXX
#include "toolbox.hrc"
@@ -806,6 +808,7 @@ Menu MENU_BROWSER_QUERYCONTEXT
{
Separator = TRUE;
};
+ MenuItem { MID_RENAME_ENTRY };
MenuItem
{
MID_QUERY_DROP
@@ -881,6 +884,7 @@ Menu MENU_BROWSER_TABLECONTEXT
Separator = TRUE;
};
MenuItem { MID_DROP_TABLE };
+ MenuItem { MID_RENAME_ENTRY };
MenuItem
{
Identifier = ID_TREE_TABLE_COPY ;
@@ -980,7 +984,8 @@ Menu MENU_BROWSER_VIEWCONTEXT
{
Separator = TRUE;
};
- MenuItem { MID_DBAUI_DROP_VIEW };
+ MenuItem { MID_DBAUI_DROP_VIEW };
+ MenuItem { MID_RENAME_ENTRY };
MenuItem
{
Identifier = ID_TREE_VIEW_COPY ;