New icon for constants, some other icons updated (Joe Groff)

db4
Slava Pestov 2009-02-11 18:05:45 -06:00
parent ae52662a77
commit 38c7f58e83
7 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,8 @@
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: assocs classes.predicate fry generic io.pathnames kernel
macros sequences vocabs words words.symbol lexer parser ;
macros sequences vocabs words words.symbol words.constant
lexer parser ;
IN: definitions.icons
GENERIC: definition-icon ( definition -- path )
@ -26,6 +27,7 @@ ICON: macro macro-word
ICON: parsing-word parsing-word
ICON: primitive primitive-word
ICON: symbol symbol-word
ICON: constant constant-word
ICON: word normal-word
ICON: vocab-link unopen-vocab