Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2007-08-14 11:03:36 +0000
committerMikhail Khodjaiants2007-08-14 11:03:36 +0000
commit932935316619a9fa0fa71bd8e372b905d43ef172 (patch)
tree7ff310a985b869c4346836817c2d95a4c711b1b7 /launch/org.eclipse.cdt.launch/plugin.xml
parentf2077c50f8dcabe46e5fef77b6c4af15519f42ea (diff)
downloadorg.eclipse.cdt-932935316619a9fa0fa71bd8e372b905d43ef172.tar.gz
org.eclipse.cdt-932935316619a9fa0fa71bd8e372b905d43ef172.tar.xz
org.eclipse.cdt-932935316619a9fa0fa71bd8e372b905d43ef172.zip
Bug 183105: Wrong status handler for launch error code 101: Working directory does not exist.
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index 523962b6b16..283833b730d 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -131,7 +131,7 @@
id="org.eclipse.cdt.launch.statusHandler.processPrompter">
</statusHandler>
<statusHandler
- code="108"
+ code="1001"
plugin="org.eclipse.cdt.launch"
class="org.eclipse.cdt.launch.internal.ui.CoreFilePrompter"
id="org.eclipse.cdt.launch.statusHandler.coreFilePrompter">

Back to the top