From 3c045f31750983b092ffe02f02a2f48a6f93209f Mon Sep 17 00:00:00 2001 From: Samantha Chan Date: Wed, 20 Feb 2008 18:47:01 +0000 Subject: Bug 211158 - Add a modules view to the set of standard debugger views --- .../org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java') diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java index 62d908fcf..571e7e750 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java @@ -8,6 +8,7 @@ * Contributors: * IBM Corporation - initial API and implementation * QNX Software Systems - Mikhail Khodjaiants - Bug 114664 + * Wind River Systems - Pawel Piech - Added Modules view (bug 211158) *******************************************************************************/ package org.eclipse.debug.internal.ui; @@ -324,6 +325,14 @@ public interface IInternalDebugUIConstants { * @since 3.0 * */ public static final String IMG_CVIEW_MEMORY_VIEW= "IMG_CVIEW_MEMORY_VIEW"; //$NON-NLS-1$ + + + /** + * Modules view image identifier + * + * @since 3.4 + * */ + public static final String IMG_CVIEW_MODULES_VIEW= "IMG_CVIEW_MODULES_VIEW"; //$NON-NLS-1$ /** * Boolean preference controlling whether the debug view tracks -- cgit v1.2.3