1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
This commit is contained in:
David Inglis 2003-04-03 19:10:36 +00:00
parent d88e8a74e3
commit e70e5d973d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;