From 158f4292234220f46d6d2a334e55c03eaee1c7e9 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Thu, 11 Jul 2013 17:31:35 +0000 Subject: [PATCH] SDK: - re-add icon to log window git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10703 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../src/com/jme3/gde/core/scene/ApplicationLogHandler.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java b/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java index 036e4cca4..b6a368e88 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java +++ b/sdk/jme3-core/src/com/jme3/gde/core/scene/ApplicationLogHandler.java @@ -95,9 +95,9 @@ public class ApplicationLogHandler extends Handler implements Callable }; public ApplicationLogHandler() { -// levelFine.putValue(Action.SMALL_ICON, IconList.chimpConfused); -// levelInfo.putValue(Action.SMALL_ICON, IconList.chimpSmile); -// levelWarning.putValue(Action.SMALL_ICON, IconList.chimpNogood); + levelFine.putValue(Action.SMALL_ICON, IconList.chimpConfused); + levelInfo.putValue(Action.SMALL_ICON, IconList.chimpSmile); + levelWarning.putValue(Action.SMALL_ICON, IconList.chimpNogood); levelFine.putValue(Action.NAME, "Fine"); levelInfo.putValue(Action.NAME, "Normal"); levelWarning.putValue(Action.NAME, "Warning");