Changeset 592 for AE/installer2/src/net/oni2/aeinstaller/gui/modtable
- Timestamp:
- Dec 29, 2012, 5:01:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java
r591 r592 46 46 if (vocabModTypeID < 0) { 47 47 vocabModTypeID = DepotManager.getInstance() 48 .getVocabulary(DepotConfig. MODTYPE_VOCAB).getVid();48 .getVocabulary(DepotConfig.getVocabularyName_ModType()).getVid(); 49 49 } 50 50 for (int tid : node.getTaxonomyTerms().get(vocabModTypeID)) { … … 58 58 if (vocabPlatformID < 0) { 59 59 vocabPlatformID = DepotManager.getInstance() 60 .getVocabulary(DepotConfig. PLATFORM_VOCAB).getVid();60 .getVocabulary(DepotConfig.getVocabularyName_Platform()).getVid(); 61 61 } 62 62 int tid = node.getTaxonomyTerms().get(vocabPlatformID)
Note:
See TracChangeset
for help on using the changeset viewer.