From 30bc92a78ce631063aef7d4f3c10fa56678bcf07 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 15 Nov 2011 20:05:57 -0800 Subject: [PATCH] webbrowser.windows: fix loading --- extra/webbrowser/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/webbrowser/windows/windows.factor b/extra/webbrowser/windows/windows.factor index 47f06c9db1..e7d994c5d1 100644 --- a/extra/webbrowser/windows/windows.factor +++ b/extra/webbrowser/windows/windows.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2011 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: webbrowser windows.shell32 windows.user32 ; +USING: system webbrowser windows.shell32 windows.user32 ; IN: webbrowser.windows