]> gitweb.factorcode.org Git - factor.git/commitdiff
webbrowser.windows: fix loading
authorJoe Groff <arcata@gmail.com>
Wed, 16 Nov 2011 04:05:57 +0000 (20:05 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 16 Nov 2011 04:05:57 +0000 (20:05 -0800)
extra/webbrowser/windows/windows.factor

index 47f06c9db1fdd0660613b46baabd8c0ff485a361..e7d994c5d10001e9c390d8fbe9d56ff2ebf1b2a9 100644 (file)
@@ -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