CIDR: threads switched "fixed"

This commit is contained in:
Anton Makeev
2011-04-05 17:01:12 +02:00
parent e3c06c670a
commit 2a261417c7
@@ -42,5 +42,6 @@ public interface DebuggerIcons {
Icon WATCHED_VALUE_ICON = IconLoader.getIcon("/debugger/watch.png");
Icon STACK_FRAME_ICON = IconLoader.getIcon("/debugger/stackFrame.png");
Icon CURRENT_THREAD_ICON = IconLoader.getIcon("/debugger/threadCurrent.png");
Icon SUSPENDED_THREAD_ICON = IconLoader.getIcon("/debugger/threadSuspended.png");
}