Fixed USING
parent
f650f7d869
commit
0d6ae8a8b9
|
@ -1,6 +1,6 @@
|
||||||
USING: debugger editors help help.apropos help.markup
|
USING: debugger editors help help.apropos help.markup
|
||||||
help.syntax help.vocabs memory see stack-checker
|
help.syntax help.vocabs memory see stack-checker
|
||||||
tools.destructors tools.time ;
|
tools.destructors tools.time ui.gadgets.theme.switching ;
|
||||||
IN: help.tips
|
IN: help.tips
|
||||||
|
|
||||||
TIP: "To look at the most recent error, run " { $link :error } ". To look at the most recent error's callstack, run " { $link :c } "." ;
|
TIP: "To look at the most recent error, run " { $link :error } ". To look at the most recent error's callstack, run " { $link :c } "." ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2009, 2010 Slava Pestov, Joe Groff.
|
! Copyright (C) 2009, 2010 Slava Pestov, Joe Groff.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io.pathnames sequences ui.images vocabs ;
|
USING: io.pathnames sequences ui.images vocabs namespaces ;
|
||||||
IN: ui.gadgets.theme
|
IN: ui.gadgets.theme
|
||||||
|
|
||||||
: theme-image ( name -- image-name )
|
: theme-image ( name -- image-name )
|
||||||
|
|
Loading…
Reference in New Issue