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
This commit is contained in:
Vladimir Glazounov
2008-08-19 11:47:37 +00:00
parent 070216f2e2
commit 16efda3cd4

View File

@ -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 );