1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
David Inglis 2003-06-18 15:39:24 +00:00
parent 727db1c990
commit 2183b9fd78
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-06-18 David Inglis
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39053
* src/org/eclipse/cdt/ui/CUIPlugin.java
2003-06-13 John Camelon
Merged ParserSymbolTable branch back into HEAD.

View file

@ -250,9 +250,9 @@ public class CUIPlugin extends AbstractUIPlugin {
*/
public void startup() throws CoreException {
super.startup();
registerAdapters();
runUI(new Runnable() {
public void run() {
registerAdapters();
CPluginImages.initialize();
}
});