summaryrefslogtreecommitdiff
path: root/cui/source/options/optpath.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-08 16:48:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-11 09:26:36 +0000
commit705b60f94ea5721662811501594d13d1ad925eb3 (patch)
tree323e54a39090487778bce0a37ac736275b07c7b6 /cui/source/options/optpath.src
parent4c5e4c47dec8dc9741e1f5c401b8d23f0cfc8e03 (diff)
move paths option page .ui to cui and adapt code
Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c
Diffstat (limited to 'cui/source/options/optpath.src')
-rw-r--r--cui/source/options/optpath.src66
1 files changed, 1 insertions, 65 deletions
diff --git a/cui/source/options/optpath.src b/cui/source/options/optpath.src
index ff4a80061de2..8173a701256f 100644
--- a/cui/source/options/optpath.src
+++ b/cui/source/options/optpath.src
@@ -15,79 +15,17 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "optpath.hrc"
#include <cuires.hrc>
#include <sfx2/sfx.hrc>
#include "helpid.hrc"
- // RID_SFXPAGE_PATH -----------------------------------------------------
-#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
-TabPage RID_SFXPAGE_PATH
-{
- HelpId = HID_OPTIONS_PATH ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Hide = TRUE ;
- Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
- Text [ en-US ] = "Paths" ;
- FixedText FT_TYPE
- {
- Hide = TRUE;
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
- Text [ en-US ] = "Type" ;
- };
- FixedText FT_PATH
- {
- Hide = TRUE;
- Pos = MAP_APPFONT ( 110 , 14 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
- Text [ en-US ] = "Path" ;
- };
- Control LB_PATH
- {
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 236 , 147 ) ;
- Border = TRUE ;
- TabStop = TRUE;
- };
- PushButton BTN_PATH
- {
- HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_PATH";
- Pos = MAP_APPFONT ( 183 , 165 ) ;
- Size = MAP_APPFONT ( 65 , 14 ) ;
- Text [ en-US ] = "~Edit..." ;
- };
- PushButton BTN_STANDARD
- {
- HelpID = "cui:PushButton:RID_SFXPAGE_PATH:BTN_STANDARD";
- Pos = MAP_APPFONT ( 115 , 165 ) ;
- Size = MAP_APPFONT ( 65 , 14 ) ;
- Text [ en-US ] = "~Default" ;
- };
- FixedLine GB_STD
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "Paths used by %PRODUCTNAME" ;
- };
- Image IMG_LOCK
- {
- ImageBitmap = Bitmap { File = "lock.bmp"; };
- MaskColor = STD_MASKCOLOR;
- };
- String STR_MULTIPATHDLG
- {
- Text [ en-US ] = "Edit Paths: %1" ;
- };
-};
ErrorBox RID_SVXERR_OPT_DOUBLEPATHS
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ en-US ] = "The configuration and mail directories must be specified as separate directories.\nPlease choose a new path." ;
};
- // ******************************************************************* EOF
+
String RID_SVXSTR_KEY_CONFIG_DIR
{
Text [ en-US ] = "Configuration" ;
@@ -108,7 +46,6 @@ String RID_SVXSTR_KEY_BASIC_PATH
{
Text = "BASIC" ;
};
-
String RID_SVXSTR_KEY_PALETTE_PATH
{
Text [ en-US ] = "Palettes" ;
@@ -141,7 +78,6 @@ String RID_SVXSTR_KEY_GALLERY_DIR
{
Text [ en-US ] = "Gallery" ;
};
-
String RID_SVXSTR_KEY_STORAGE_DIR
{
Text [ en-US ] = "Message Storage" ;