Revision 4617ea6b
Added by Niels Hoffmann almost 12 years ago
eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF | ||
---|---|---|
26 | 26 |
org.eclipse.equinox.p2.ui, |
27 | 27 |
org.eclipse.equinox.p2.ui.sdk, |
28 | 28 |
org.eclipse.equinox.p2.updatechecker, |
29 |
org.eclipse.equinox.p2.operations |
|
29 |
org.eclipse.equinox.p2.operations, |
|
30 |
org.eclipse.pde.junit.runtime;bundle-version="3.4.100" |
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java | ||
---|---|---|
57 | 57 |
* <p>postWindowOpen</p> |
58 | 58 |
*/ |
59 | 59 |
public void postWindowOpen() { |
60 |
PreferencesUtil.checkNomenclaturalCode(); |
|
60 |
// PreferencesUtil.checkNomenclaturalCode();
|
|
61 | 61 |
|
62 | 62 |
if(PreferencesUtil.shouldConnectAtStartUp()) |
63 | 63 |
CdmStore.connect(); |
Also available in: Unified diff
Removing taxonomic code selection when editor starts for the first time. Nomenclatural Code is defined through the datasource, which make this dialog obsolete