mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +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
|
||||
|
||||
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
|
||||
|
|
|
@ -37,7 +37,7 @@ public class CoreFileLaunchDelegate extends AbstractCLaunchDelegate {
|
|||
monitor = new NullProgressMonitor();
|
||||
}
|
||||
|
||||
monitor.beginTask("Launching Local C Application", IProgressMonitor.UNKNOWN);
|
||||
monitor.beginTask("Launching postmortem debugger", IProgressMonitor.UNKNOWN);
|
||||
// check for cancellation
|
||||
if (monitor.isCanceled()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue