From 3a6d0d09721b04d4846f0918cae2b3da312a9f4c Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 3 Apr 2007 17:06:16 +0000 Subject: [PATCH] Extend the flexlib scrolling menu. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@184 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/CommandMenu.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/flex/CommandMenu.as b/src/as/com/threerings/flex/CommandMenu.as index 05d9b8d7..e0da197d 100644 --- a/src/as/com/threerings/flex/CommandMenu.as +++ b/src/as/com/threerings/flex/CommandMenu.as @@ -34,7 +34,7 @@ import mx.events.MenuEvent; import mx.utils.ObjectUtil; -import com.dougmccune.controls.ScrollableArrowMenu; +import flexlib.controls.ScrollableArrowMenu; import com.threerings.util.CommandEvent;