Non-implemented nomenclatural codes no longer shown.
authorp.ciardelli <p.ciardelli@localhost>
Mon, 14 Sep 2009 11:05:10 +0000 (11:05 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Mon, 14 Sep 2009 11:05:10 +0000 (11:05 +0000)
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/NomenclaturalCodeWizardPage.java

index b9b66c6f73fa329517be210021f701a80091534c..ce15b200834bb2db2dafede406d409a502332a78 100644 (file)
@@ -74,7 +74,7 @@ public class NomenclaturalCodeWizardPage extends WizardPage {
                // set preferred code as default\r
                configurator.setNomenclaturalCode(preferredCode);\r
                \r
-               for (final NomenclaturalCode code : NomenclaturalCodeHelper.getAllCodes()) {\r
+               for (final NomenclaturalCode code : NomenclaturalCodeHelper.getImplementedCodes()) {\r
                        Button button = new Button(group, SWT.RADIO);\r
                        button.setText(NomenclaturalCodeHelper.getDescription(code));\r
                        button.setData(code);\r