Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-01-07 17:47:02 +0000
committerAlain Magloire2004-01-07 17:47:02 +0000
commitcc705581355a3839ef3d753e6c2925d8b1566e15 (patch)
tree8cf6edc283f9f23dc0a8828062f869a697aa8c36 /core/org.eclipse.cdt.ui/ChangeLog
parentdb074337e7b82f82241300d24b98a2e1e2bb818a (diff)
downloadorg.eclipse.cdt-cc705581355a3839ef3d753e6c2925d8b1566e15.tar.gz
org.eclipse.cdt-cc705581355a3839ef3d753e6c2925d8b1566e15.tar.xz
org.eclipse.cdt-cc705581355a3839ef3d753e6c2925d8b1566e15.zip
Fix bug 49595, the error parser order was not save.
Diffstat (limited to 'core/org.eclipse.cdt.ui/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index 4283488f412..d9c5aa16b2a 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-07 Alain Magloire
+
+ Fix for bug 49595
+ The error parser order were not save correctly.
+
+ * src/org/eclipse/cdt/ui/dialogs/AbstractErrorParserBlock.java
+
2003-12-30 Alain Magloire
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java: Fix in the setSelection().

Back to the top