diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 07:11:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-05 07:11:30 +0000 |
commit | 5e0fc777a8861021e7cc459caf8caa3a1ac5cb84 (patch) | |
tree | 109688c9fb1075af343c7a517fc7e933b15bb3de /basic | |
parent | e5ccc35371c32c317c2e73787113c448e9710ddf (diff) |
INTEGRATION: CWS gh12a (1.60.74); FILE MERGED
2006/05/03 13:50:46 gh 1.60.74.1: #i63675# enable file selection dialog as proposed in i63642
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/basic.src | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/basic/source/app/basic.src b/basic/source/app/basic.src index 46156b6b6083..6bc0b25f5278 100644 --- a/basic/source/app/basic.src +++ b/basic/source/app/basic.src @@ -4,9 +4,9 @@ * * $RCSfile: basic.src,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: hr $ $Date: 2006-04-19 14:21:31 $ + * last change: $Author: rt $ $Date: 2006-05-05 08:11:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -964,20 +964,27 @@ TabPage RID_TP_GENERIC { Pos = MAP_APPFONT( 8, 48 ); Size = MAP_APPFONT( 176, 44 ); TabStop = TRUE; - }; + }; + PushButton RID_PB_SELECT_FILE { + Pos = MAP_APPFONT( 188, 48 ); + Size = MAP_APPFONT( 40, 12 ); + Text [ de ] = "Pfad ..."; + TabStop = TRUE; + Text[ en-US ] = "Path ..."; + }; PushButton RID_PB_NEW_VALUE { Pos = MAP_APPFONT( 188, 48 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Neu"; TabStop = TRUE; - Text[ en-US ] = "New"; + Text[ en-US ] = "New"; }; PushButton RID_PB_DEL_VALUE { Pos = MAP_APPFONT( 188, 64 ); Size = MAP_APPFONT( 40, 12 ); Text [ de ] = "Löschen"; TabStop = TRUE; - Text[ en-US ] = "Delete"; + Text[ en-US ] = "Delete"; }; }; |