From 34637dcd89a812b11a9feb98b7269b5529488298 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 2 Aug 2004 13:22:27 +0000
Subject: 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
---
sw/source/ui/fldui/flddb.src | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
(limited to 'sw/source')
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 hinzufügen" ;
+ 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 ) ;
--
cgit