From 7d3f4db185f5499160228afb228ecac6c6d22476 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Fri, 26 Aug 2011 16:47:01 +0200 Subject: "Evil" smiley had somehow escaped the list: fix this. --- org/madore/damlengine/TodoElement.java | 1 + 1 file changed, 1 insertion(+) (limited to 'org/madore/damlengine/TodoElement.java') diff --git a/org/madore/damlengine/TodoElement.java b/org/madore/damlengine/TodoElement.java index 462b503..95a22c4 100644 --- a/org/madore/damlengine/TodoElement.java +++ b/org/madore/damlengine/TodoElement.java @@ -58,6 +58,7 @@ public abstract class TodoElement extends TodoItem { damlFactories.put("smiley-neutral", new TodoSmileyElement.Factory(TodoSmileyElement.Type.NEUTRAL)); damlFactories.put("smiley-twisted", new TodoSmileyElement.Factory(TodoSmileyElement.Type.TWISTED)); damlFactories.put("smiley-cry", new TodoSmileyElement.Factory(TodoSmileyElement.Type.CRY)); + damlFactories.put("smiley-evil", new TodoSmileyElement.Factory(TodoSmileyElement.Type.EVIL)); } protected final Element node; -- cgit v1.2.3