Index: AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java
===================================================================
--- AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java	(revision 591)
+++ AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java	(revision 592)
@@ -46,5 +46,5 @@
 				if (vocabModTypeID < 0) {
 					vocabModTypeID = DepotManager.getInstance()
-							.getVocabulary(DepotConfig.MODTYPE_VOCAB).getVid();
+							.getVocabulary(DepotConfig.getVocabularyName_ModType()).getVid();
 				}
 				for (int tid : node.getTaxonomyTerms().get(vocabModTypeID)) {
@@ -58,5 +58,5 @@
 				if (vocabPlatformID < 0) {
 					vocabPlatformID = DepotManager.getInstance()
-							.getVocabulary(DepotConfig.PLATFORM_VOCAB).getVid();
+							.getVocabulary(DepotConfig.getVocabularyName_Platform()).getVid();
 				}
 				int tid = node.getTaxonomyTerms().get(vocabPlatformID)
