summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbabrw.src
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-16 09:40:25 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-16 09:40:25 +0000
commit69b1656ab02c638f77c7bfb00ad78ecf73cfd3f6 (patch)
tree9d111739a326c0562ef1d54496acb48201ec8f78 /dbaccess/source/ui/browser/sbabrw.src
parent2534109a0f1338087b8871f1bcfd73293fb0c702 (diff)
#90573# +RID_MENU_REFRESH_DATA
Diffstat (limited to 'dbaccess/source/ui/browser/sbabrw.src')
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src25
1 files changed, 23 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 17f180637b0a..4295f88df72c 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.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: fs $ $Date: 2001-08-15 06:48:01 $
+ * last change: $Author: fs $ $Date: 2001-08-16 10:40:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,6 +220,7 @@ ToolBox RID_BRW_QRY_TOOLBOX
{
MID_SBA_QRY_REFRESH
HelpId = SID_FM_REFRESH ;
+ DropDown = TRUE ;
};
CUR_SEPARATOR ;
CUR_ITEM
@@ -1389,3 +1390,23 @@ String STR_COULDNOTCONNECT_DATASOURCE
Text [ english ] = "The connection to the data source \"$name$\" could not be established.";
Text [ english_us ] = "The connection to the data source \"$name$\" could not be established.";
};
+
+Menu RID_MENU_REFRESH_DATA
+{
+ ItemList =
+ {
+ MenuItem
+ {
+ MID_SBA_QRY_REFRESH
+ HelpId = SID_FM_REFRESH ;
+ };
+ MenuItem
+ {
+ Identifier = ID_BROWSER_REFRESH_REBUILD;
+ HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
+ Text = "neu aufbauen";
+ Text [ english ] = "reconstruct";
+ Text [ english_us ] = "reconstruct";
+ };
+ };
+};