mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Bug 183105, fix incorrect error code. Patch from Abeer Bagul.
This commit is contained in:
parent
27043fdba7
commit
eb9921b9e1
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
id="org.eclipse.cdt.launch.statusHandler.processPrompter">
|
||||
</statusHandler>
|
||||
<statusHandler
|
||||
code="101"
|
||||
code="108"
|
||||
plugin="org.eclipse.cdt.launch"
|
||||
class="org.eclipse.cdt.launch.internal.ui.CoreFilePrompter"
|
||||
id="org.eclipse.cdt.launch.statusHandler.coreFilePrompter">
|
||||
|
|
Loading…
Add table
Reference in a new issue