From a455d5ecd869543cb511c1f2ddb18748924d2abf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 6 Mar 2009 08:23:39 +0000 Subject: CWS-TOOLING: integrate CWS fwk104_DEV300 2009-03-05 14:05:04 +0100 msc r268903 : #i99921# 2009-03-04 11:12:23 +0100 cd r268798 : #i99768# Create empty set for report designer to get correct notifications 2009-03-04 11:07:51 +0100 cd r268797 : #i99768# Fix crash due to strange configuration notifications --- testautomation/dbaccess/tools/reporttools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation/dbaccess/tools') diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc index 7f5de6df44bf..333e5f8ccb9d 100755 --- a/testautomation/dbaccess/tools/reporttools.inc +++ b/testautomation/dbaccess/tools/reporttools.inc @@ -270,8 +270,8 @@ function fCloseReportNavigator Kontext "ReportDesign" ReportDesign.UseMenu hMenuSelectNr(3) - if (hMenuItemIsChecked(6) = true) then - hMenuSelectNr(6) + if (hMenuItemIsChecked(5) = true) then + hMenuSelectNr(5) else 'nothing endif -- cgit