summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 11:47:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 11:47:37 +0000
commit16efda3cd4401d2bb4bdacb09477b3fc8162a45a (patch)
tree84163c4f9a6cdc6eda0b98d900295a17fc79347e /basic
parent070216f2e2818a10e0e09602fb72951144f2f34c (diff)
INTEGRATION: CWS gh15 (1.66.8); FILE MERGED
2008/05/02 15:13:04 gh 1.66.8.3: #132232#one more errormesage: S_MENU_NOT_CLOSING 2008/04/24 11:09:07 gh 1.66.8.2: #i85772#initially disable button and marking the OOProgramDir as Path 2008/04/24 10:13:06 gh 1.66.8.1: #i63769#disable MDI interface
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/basic.src8
1 files changed, 5 insertions, 3 deletions
diff --git a/basic/source/app/basic.src b/basic/source/app/basic.src
index 670ddfa2873c..1eb8d1b4c880 100644
--- a/basic/source/app/basic.src
+++ b/basic/source/app/basic.src
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: basic.src,v $
- * $Revision: 1.66 $
+ * $Revision: 1.67 $
*
* This file is part of OpenOffice.org.
*
@@ -668,7 +668,7 @@ Menu RID_TT_EXTRAS {
};
Menu RID_WINDOW {
ITEMLIST = {
- MenuItem {
+/* MenuItem {
Identifier = RID_WINCASCADE;
TEXT[ en-US ] = "~Cascade";
};
@@ -683,7 +683,7 @@ Menu RID_WINDOW {
MenuItem {
Identifier = RID_WINTILEVERT;
TEXT[ en-US ] = "~Arrange Vertically";
- };
+ };*/
};
};
Menu RID_HELP {
@@ -836,6 +836,8 @@ TabPage RID_TP_GENERIC {
Size = MAP_APPFONT( 40, 12 );
TabStop = TRUE;
Text[ en-US ] = "Path ...";
+ Disable = TRUE;
+ Hide = TRUE;
};
PushButton RID_PB_NEW_VALUE {
Pos = MAP_APPFONT( 188, 48 );