diff options
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/relationdesign/relation.src | 9 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/table.src | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src index b8b8ed19a647..fb33ebd1b5a6 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.24 $ + * $Revision: 1.25 $ * - * last change: $Author: kz $ $Date: 2001-07-26 22:25:39 $ + * last change: $Author: fs $ $Date: 2001-08-23 14:45:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -577,6 +577,11 @@ Menu RID_RELATION_DESIGN_MAIN_MENU ITEM_TOOLS_BASICCHOOSER }; ITEM_MN_OPTIONS + ITEM_TOOLS_SYNCHRONIZE + MenuItem + { + Separator = TRUE ; + }; MenuItem { MID_DBUI_REALTION_ADD_RELATION diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src index fa8b7e18f941..43beb0fd3422 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.40 $ + * $Revision: 1.41 $ * - * last change: $Author: kz $ $Date: 2001-08-08 09:22:01 $ + * last change: $Author: fs $ $Date: 2001-08-23 14:42:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2167,6 +2167,7 @@ Menu RID_TABLE_DESIGN_MAIN_MENU ITEM_TOOLS_BASICCHOOSER }; ITEM_MN_OPTIONS + ITEM_TOOLS_SYNCHRONIZE MenuItem { Separator = TRUE ; |