From 87afd2faff0144ea2896ed488c43059387a2934b Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 5 Jun 2003 07:20:50 +0000 Subject: typo removed endif, put back now --- scripting/workben/bindings/ScriptBinding.xba | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripting') diff --git a/scripting/workben/bindings/ScriptBinding.xba b/scripting/workben/bindings/ScriptBinding.xba index 562ded5c3f12..687146a72d06 100644 --- a/scripting/workben/bindings/ScriptBinding.xba +++ b/scripting/workben/bindings/ScriptBinding.xba @@ -975,6 +975,8 @@ sub UpdateTopLevelMenus( topLevelMenuPosition as integer, addLine as boolean ) for n = topLevelMenuPosition to 8 if addLine then menuItemLinePosition( n ) = menuItemLinePosition( n ) + 1 + + end if next n end sub -- cgit