From b915d86f205af10fd1e6b4d48d3cdda7a68a61b4 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 6 Feb 2002 06:23:39 +0000 Subject: #96957# new handling inserted for context menu and accessibility --- dbaccess/source/ui/inc/browserids.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/browserids.hxx') diff --git a/dbaccess/source/ui/inc/browserids.hxx b/dbaccess/source/ui/inc/browserids.hxx index a6f51a35f042..2fcae32a77a4 100644 --- a/dbaccess/source/ui/inc/browserids.hxx +++ b/dbaccess/source/ui/inc/browserids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: browserids.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: oj $ $Date: 2001-09-25 13:24:37 $ + * last change: $Author: oj $ $Date: 2002-02-06 07:23:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,6 +158,7 @@ #define ID_QUERY_TABLENAME (SID_SBA_START + 42) // Tabellennamen anzeigen #define ID_QUERY_ALIASNAME (SID_SBA_START + 43) // Aliasnamen anzeigen #define ID_QUERY_DISTINCT (SID_SBA_START + 44) // Distinct anzeigen +#define ID_QUERY_EDIT_JOINCONNECTION (SID_SBA_START + 45) // show-edit Join #define ID_QUERY_ZOOM_IN SID_ZOOM_IN #define ID_QUERY_ZOOM_OUT SID_ZOOM_OUT -- cgit