summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-10 18:09:19 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-10 18:09:19 +0000
commite0e08f321405af139f08f6dcace08caaafca252d (patch)
treec47e1bd86cd9f512bbd14c4831c2f87b237cb5d2 /dbaccess/source/ui/browser/sbabrw.src
parent56842d2c543bbbab52b9a8dcf6423379a55e0ed9 (diff)
#81633# added edit/save/undo/cut/copy/paste to the table toolbox
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src36
1 files changed, 34 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 82b589d653bc..a18895273a87 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: fs $ $Date: 2000-12-10 16:12:02 $
+ * last change: $Author: fs $ $Date: 2000-12-10 19:09:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -735,6 +735,38 @@ ToolBox RID_BRW_QRY_TOOLBOX
CUR_SEPARATOR ;
CUR_ITEM
{
+ MID_SBA_QRY_EDIT
+ HelpId = ID_BROWSER_EDITDOC ;
+ };
+ CUR_ITEM
+ {
+ MID_SBA_QRY_SAVE
+ HelpID = ID_BROWSER_SAVEDOC ;
+ };
+ CUR_ITEM
+ {
+ MID_SBA_QRY_UNDO
+ HelpId = ID_BROWSER_UNDO ;
+ };
+ CUR_SEPARATOR ;
+ CUR_ITEM
+ {
+ MID_SBA_QRY_CUT
+ HelpId = ID_BROWSER_CUT ;
+ };
+ CUR_ITEM
+ {
+ MID_SBA_QRY_COPY
+ HelpId = ID_BROWSER_COPY ;
+ };
+ CUR_ITEM
+ {
+ MID_SBA_QRY_PASTE
+ HelpId = ID_BROWSER_PASTE ;
+ };
+ CUR_SEPARATOR ;
+ CUR_ITEM
+ {
MID_BROWSER_INSERTCOLUMNS
HelpId = ID_BROWSER_INSERTCOLUMNS ;
};