User: ihi Date: 2007-11-20 19:23:23+0000 Modified: dba/dbaccess/source/ui/app/app.src
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: app.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/app.src?r1=1.14&r2=1.15 Delta lines: +7 -2 ------------------- --- app.src 2007-07-06 08:01:34+0000 1.14 +++ app.src 2007-11-20 19:23:20+0000 1.15 @@ -71,7 +71,6 @@ String RID_STR_NEW_REPORT { - Text [ de ] ="Bericht in Entwurfsansicht erstellen..." ; Text [ en-US ] = "Create Report in Design View..." ; }; @@ -129,7 +128,6 @@ Identifier = SID_APP_NEW_REPORT; HelpId = SID_APP_NEW_REPORT; Command = ".uno:DBNewReport"; - Text [ de ] ="Bericht..." ; Text [ en-US ] = "Report..." ; }; MenuItem @@ -245,6 +243,13 @@ }; 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 ; Text[ en-US ] = "Report Wizard..."; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
