From 9ef87d9dfa6276a13f39c67381dcfabb737a648b Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 24 Apr 2001 13:39:06 +0000 Subject: [PATCH] new menu entry for tables --- dbaccess/source/ui/browser/sbabrw.src | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src index 320e168946c6..0787c562a5a1 100644 --- a/dbaccess/source/ui/browser/sbabrw.src +++ b/dbaccess/source/ui/browser/sbabrw.src @@ -2,9 +2,9 @@ * * $RCSfile: sbabrw.src,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: fs $ $Date: 2001-04-12 15:32:03 $ + * last change: $Author: oj $ $Date: 2001-04-24 14:39:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -889,6 +889,14 @@ Menu MENU_BROWSERTREE_CONTEXT Text[ arabic ] = "تحرير جدول"; }; MenuItem + { + Identifier = ID_TREE_VIEW_CREATE_DESIGN ; + HelpId = HID_BROWSER_VIEW_CREATE_DESIGN ; + Text = "neuer ~Ansichtsentwurf" ; + Text [ english ] = "new ~viewdesign" ; + Text [ english_us ] = "New ~View Design" ; + }; + MenuItem { Separator = TRUE; };