mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
spelling
This commit is contained in:
parent
d88e8a74e3
commit
e70e5d973d
2 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ pluginName=C/C++ Development Tools Launching Support
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
|
||||||
LocalCDTLaunch.name= C/C++ Local
|
LocalCDTLaunch.name= C/C++ Local
|
||||||
CoreFileCDTLaunch.name= C/C++ Post-mortem debugger
|
CoreFileCDTLaunch.name= C/C++ Postmortem debugger
|
||||||
|
|
||||||
DefaultSourceLocator.name=Default C/C++ Source Locator
|
DefaultSourceLocator.name=Default C/C++ Source Locator
|
||||||
|
|
|
@ -37,7 +37,7 @@ public class CoreFileLaunchDelegate extends AbstractCLaunchDelegate {
|
||||||
monitor = new NullProgressMonitor();
|
monitor = new NullProgressMonitor();
|
||||||
}
|
}
|
||||||
|
|
||||||
monitor.beginTask("Launching Local C Application", IProgressMonitor.UNKNOWN);
|
monitor.beginTask("Launching postmortem debugger", IProgressMonitor.UNKNOWN);
|
||||||
// check for cancellation
|
// check for cancellation
|
||||||
if (monitor.isCanceled()) {
|
if (monitor.isCanceled()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue