Tag: cws_src680_oj14 User: fs Date: 2007-06-25 20:14:25+0000 Modified: dba/dbaccess/source/ui/app/AppDetailView.cxx
Log: fixed merge error during resync File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.12.4.11&r2=1.12.4.12 Delta lines: +3 -2 ------------------- --- AppDetailView.cxx 2007-06-25 05:59:58+0000 1.12.4.11 +++ AppDetailView.cxx 2007-06-25 20:14:22+0000 1.12.4.12 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailView.cxx,v $ * - * $Revision: 1.12.4.11 $ + * $Revision: 1.12.4.12 $ * - * last change: $Author: fs $ $Date: 2007/06/25 05:59:58 $ + * last change: $Author: fs $ $Date: 2007/06/25 20:14:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -766,6 +766,7 @@ break; case E_REPORT: + rList.push_back( TaskEntry( ".uno:DBNewReport", RID_STR_REPORT_HELP_TEXT, RID_STR_NEW_REPORT, true ) ); rList.push_back( TaskEntry( ".uno:DBNewReportAutoPilot", RID_STR_REPORTS_HELP_TEXT_WIZARD, RID_STR_NEW_REPORT_AUTO ) ); _rData.nTitleId = RID_STR_REPORTS_CONTAINER; break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
