Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2003-10-09 13:08:36 +0000
committerDavid Inglis2003-10-09 13:08:36 +0000
commita74781039e33f0f63735a9304ff6f88d66c25280 (patch)
tree82f8c5dddb74a6b5abb7839337446e03841bf95e /launch/org.eclipse.cdt.launch/ChangeLog
parent2b2cf4e3c3c30de95b19edf3ed9ae07ccd2cf8dd (diff)
downloadorg.eclipse.cdt-a74781039e33f0f63735a9304ff6f88d66c25280.tar.gz
org.eclipse.cdt-a74781039e33f0f63735a9304ff6f88d66c25280.tar.xz
org.eclipse.cdt-a74781039e33f0f63735a9304ff6f88d66c25280.zip
patch from Mikhail Khodjaiants
- use 'MultiStatus' instead of 'Status' in the 'abort' method.
Diffstat (limited to 'launch/org.eclipse.cdt.launch/ChangeLog')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index e1e6857880d..52ff4313145 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-07 Mikhail Khodjaiants
+ src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java:
+ use 'MultiStatus' instead of 'Status' in the 'abort' method.
+
2003-09-22 David Inglis
Add help context IDs to plugin and associate ids to each launch tab control.

Back to the top