summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:22:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:22:27 +0000
commit34637dcd89a812b11a9feb98b7269b5529488298 (patch)
treee2165b8f9c0f5cabc2315e741abf1599eb43bdc5 /sw/source/ui/fldui/flddb.src
parentbc5ddc2accfc2cb320d2903d634a9daab8cda121 (diff)
INTEGRATION: CWS insight01 (1.28.2); FILE MERGED
2004/07/11 15:59:42 oj 1.28.2.4: resource changes 2004/07/06 08:01:55 oj 1.28.2.3: RESYNC: (1.28-1.29); FILE MERGED 2004/05/27 10:19:33 os 1.28.2.2: #i26302# ... added to browse button 2004/05/27 10:16:55 os 1.28.2.1: #i26302# impl. of a database browse button in insert/fields/database and edit/exchange database
Diffstat (limited to 'sw/source/ui/fldui/flddb.src')
-rw-r--r--sw/source/ui/fldui/flddb.src23
1 files changed, 19 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/flddb.src b/sw/source/ui/fldui/flddb.src
index c70f10897f94..70d7c6317809 100644
--- a/sw/source/ui/fldui/flddb.src
+++ b/sw/source/ui/fldui/flddb.src
@@ -2,9 +2,9 @@
*
* $RCSfile: flddb.src,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: hjs $ $Date: 2004-06-26 03:28:37 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:22:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@ TabPage TP_FLD_DB
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 14 ) ;
- Size = MAP_APPFONT ( 76 , 106 ) ;
+ Size = MAP_APPFONT ( 76 , 104 ) ;
TabStop = TRUE ;
Sort = TRUE ;
AutoHScroll = TRUE ;
@@ -138,9 +138,24 @@ TabPage TP_FLD_DB
{
Border = TRUE ;
Pos = MAP_APPFONT ( 88 , 14 ) ;
- Size = MAP_APPFONT ( 160 , 124 ) ;
+ Size = MAP_APPFONT ( 160 , 104 ) ;
TabStop = TRUE ;
};
+ FixedText FT_ADDDB
+ {
+ Pos = MAP_APPFONT ( 88 , 123) ;
+ Size = MAP_APPFONT ( 105 , 8 ) ;
+ Text [ de ] = "Datenbankdatei hinzufgen" ;
+ Text [ en-US ] = "Add database file" ;
+ };
+ PushButton PB_ADDDB
+ {
+ Pos = MAP_APPFONT ( 198 , 121) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ Text [ de ] = "~Durchsuchen..." ;
+ Text [ en-US ] = "Browse..." ;
+ };
+
RadioButton RB_DBOWNFORMAT
{
Pos = MAP_APPFONT ( 94 , 153 ) ;