From 4e24003f33bef05376da16b73b617a6ca985f2b1 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 20 Nov 2007 18:23:20 +0000 Subject: INTEGRATION: CWS reportdesign01 (1.14.50); FILE MERGED 2007/09/21 10:51:39 oj 1.14.50.1: #i77690# add new context menu entry to create a report with prefilled table or query --- dbaccess/source/ui/app/app.src | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src index 5c4f34a63..47a148efc 100644 --- a/dbaccess/source/ui/app/app.src +++ b/dbaccess/source/ui/app/app.src @@ -4,9 +4,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2007-07-06 08:01:34 $ + * last change: $Author: ihi $ $Date: 2007-11-20 19:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,6 @@ String RID_STR_NEW_REPORT_AUTO String RID_STR_NEW_REPORT { - Text [ de ] ="Bericht in Entwurfsansicht erstellen..." ; Text [ en-US ] = "Create Report in Design View..." ; }; @@ -129,7 +128,6 @@ Menu RID_MENU_APP_NEW Identifier = SID_APP_NEW_REPORT; HelpId = SID_APP_NEW_REPORT; Command = ".uno:DBNewReport"; - Text [ de ] ="Bericht..." ; Text [ en-US ] = "Report..." ; }; MenuItem @@ -244,6 +242,13 @@ Menu RID_MENU_APP_EDIT Command = ".uno:DBNewFormAutoPilotWithPreSelection"; }; MenuItem + { + Identifier = SID_APP_NEW_REPORT_PRE_SEL; + HelpId = SID_APP_NEW_REPORT_PRE_SEL; + Command = ".uno:DBNewReportWithPreSelection"; + Text [ en-US ] = "Report..." ; + }; + MenuItem { Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ; HelpID = HID_DOCUMENT_CREATE_REPWIZ ; -- cgit v1.2.3