diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-07-23 10:24:21 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-07-23 10:24:21 +0000 |
commit | f7dfc70a6cc368fcb1cd530a1bbd477ada7e2d1a (patch) | |
tree | 04fc010b27b55b121a925a281676bb6c82dbd8d6 /dbaccess/source | |
parent | f6c847ecbef0e0befaf4727cfda0c26c62c05e31 (diff) |
#89769# removed the 'New Window' and 'Close All Windows' menu entries
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/querydesign/query.src | 12 | ||||
-rw-r--r-- | dbaccess/source/ui/relationdesign/relation.src | 12 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/table.src | 12 |
3 files changed, 24 insertions, 12 deletions
diff --git a/dbaccess/source/ui/querydesign/query.src b/dbaccess/source/ui/querydesign/query.src index fbb16d494f74..d69d3e955ed6 100644 --- a/dbaccess/source/ui/querydesign/query.src +++ b/dbaccess/source/ui/querydesign/query.src @@ -2,9 +2,9 @@ * * $RCSfile: query.src,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2001-07-20 20:26:55 $ + * last change: $Author: fs $ $Date: 2001-07-23 11:23:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2396,8 +2396,12 @@ Menu RID_QUERY_DESIGN_MAIN_MENU Text[ language_user1 ] = " "; Text[ catalan ] = "~Tools"; }; - ITEM_WINDOW_MENU - ITEM_HELP_MENU + GLOBLMN_WINMN + { + ITEM_WINDOW_MDIWINDOWLIST + SubMenu = Menu { ItemList = { }; }; + }; + ITEM_HELP_MENU }; }; diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src index 448aad4cc103..22e6ac85b3d7 100644 --- a/dbaccess/source/ui/relationdesign/relation.src +++ b/dbaccess/source/ui/relationdesign/relation.src @@ -2,9 +2,9 @@ * * $RCSfile: relation.src,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2001-07-17 20:26:13 $ + * last change: $Author: fs $ $Date: 2001-07-23 11:24:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -596,8 +596,12 @@ Menu RID_RELATION_DESIGN_MAIN_MENU Text[ language_user1 ] = " "; Text[ catalan ] = "~Tools"; }; - ITEM_WINDOW_MENU - ITEM_HELP_MENU + GLOBLMN_WINMN + { + ITEM_WINDOW_MDIWINDOWLIST + SubMenu = Menu { ItemList = { }; }; + }; + ITEM_HELP_MENU }; }; diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src index fbdb92987554..364b653afe4a 100644 --- a/dbaccess/source/ui/tabledesign/table.src +++ b/dbaccess/source/ui/tabledesign/table.src @@ -2,9 +2,9 @@ * * $RCSfile: table.src,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: oj $ $Date: 2001-07-19 09:22:59 $ + * last change: $Author: fs $ $Date: 2001-07-23 11:23:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2150,8 +2150,12 @@ Menu RID_TABLE_DESIGN_MAIN_MENU Text[ language_user1 ] = " "; Text[ catalan ] = "~Tools"; }; - ITEM_WINDOW_MENU - ITEM_HELP_MENU + GLOBLMN_WINMN + { + ITEM_WINDOW_MDIWINDOWLIST + SubMenu = Menu { ItemList = { }; }; + }; + ITEM_HELP_MENU }; }; |