ui.gadgets.theme: fix windows bootstrap.

not sure yet why this is necessary.
locals-and-roots
John Benediktsson 2016-05-09 23:27:41 -07:00
parent 63410f62c8
commit 0781fa5d00
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
USING: accessors io.pathnames sequences ui.images ui.theme ; USING: accessors io.pathnames sequences ui.images ui.theme ;
IN: ui.gadgets.theme IN: ui.gadgets.theme
SLOT: font ! Temporarily necessary to fix Windows bootstrap.
: theme-image ( name -- image-name ) : theme-image ( name -- image-name )
"vocab:ui/gadgets/theme/" prepend-path ".tiff" append <image-name> ; "vocab:ui/gadgets/theme/" prepend-path ".tiff" append <image-name> ;