Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-05-09 15:50:05 +0000
committerMichael Rennie2007-05-09 15:50:05 +0000
commit44e4a08afc044ea2a539652c95f499aca6014787 (patch)
tree70e31e51f724946fc2870de52ffc2a13a80ae787 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
parent7f20f126d552029fd898d5287fb65f3789690dd9 (diff)
downloadeclipse.platform.debug-44e4a08afc044ea2a539652c95f499aca6014787.tar.gz
eclipse.platform.debug-44e4a08afc044ea2a539652c95f499aca6014787.tar.xz
eclipse.platform.debug-44e4a08afc044ea2a539652c95f499aca6014787.zip
Bug 184865
[help] help topic for Select Configuration Type dialog
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
index d95b12694..b34f2fbb3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IDebugHelpContextIds.java
@@ -115,6 +115,7 @@ public interface IDebugHelpContextIds {
public static final String SELECT_LAUNCH_METHOD_DIALOG = PREFIX + "select_launch_method_dialog"; //$NON-NLS-1$
public static final String SELECT_LAUNCH_CONFIGURATION_DIALOG = PREFIX + "select_launch_configuration_dialog"; //$NON-NLS-1$
public static final String SELECT_DIRECTORY_SOURCE_CONTAINER_DIALOG = PREFIX + "select_directory_source_container_dialog"; //$NON-NLS-1$
+ public static final String SELECT_CONFIGURATION_TYPE_DIALOG = PREFIX + "select_configuration_type_dialog"; //$NON-NLS-1$
// Property pages
public static final String PROCESS_PROPERTY_PAGE = PREFIX + "process_property_page_context"; //$NON-NLS-1$

Back to the top