1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2002-11-23 04:34:10 +00:00
parent ea8306b084
commit 349c933d9c

View file

@ -1,3 +1,11 @@
2002-11-22 Alex Chapiro
* src/.../wizards/CProjectWizard.java:
The problem appears in ConversionWizard that inherits to CProjectWizard. The
first one does not initialize fmainPage which causes NullpointerException.
Actually, ConversionWizard doesn't have this page, so it is unsupported
operation for it.
2002-11-22 Alain Magloire
* src/.../internal/ui/BinaryPropertySource.java (getPropertyValue):