summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-01-11 08:19:40 +0000
committerOcke Janssen <oj@openoffice.org>2001-01-11 08:19:40 +0000
commit0c2852ab7b666ad3aa417dee7de389a35b600754 (patch)
tree18b4ddd90c3ec421c6a93a26c584cb76c3e1b861 /dbaccess/source/ui/browser/sbabrw.src
parent843be85d0893f92607aaee1146bf8d549d798e00 (diff)
#81232# saveas implemented
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src14
1 files changed, 11 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index a29ec5b72379..e53d036142df 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.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: oj $ $Date: 2001-01-10 08:41:11 $
+ * last change: $Author: oj $ $Date: 2001-01-11 09:19:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,9 +113,10 @@
ID_BROWSER_QUERY_DISTINCT_VALUES;\
ID_BROWSER_CLOSE;\
ID_BROWSER_ESACPEPROCESSING;\
+ ID_BROWSER_SAVEASDOC;\
};\
IdCount = {\
- 35;\
+ 36;\
}
// Default Image-Liste ----------------------------------------------------------------
@@ -929,6 +930,13 @@ ToolBox RID_BRW_QUERYDESIGN_TOOLBOX
};
ToolBoxItem
{
+ Identifier = ID_BROWSER_SAVEASDOC ;
+ HelpId = ID_BROWSER_SAVEASDOC ;
+ Text = "Speichern als" ;
+ Text [ ENGLISH ] = "Save as" ;
+ };
+ ToolBoxItem
+ {
Identifier = SID_PRINTDOCDIRECT ;
HelpId = SID_PRINTDOCDIRECT ;
Hide = TRUE;