Ignore:
Timestamp:
Dec 29, 2012, 5:01:15 PM (12 years ago)
Author:
alloc
Message:

AEI - Current state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java

    r591 r592  
    4646                                if (vocabModTypeID < 0) {
    4747                                        vocabModTypeID = DepotManager.getInstance()
    48                                                         .getVocabulary(DepotConfig.MODTYPE_VOCAB).getVid();
     48                                                        .getVocabulary(DepotConfig.getVocabularyName_ModType()).getVid();
    4949                                }
    5050                                for (int tid : node.getTaxonomyTerms().get(vocabModTypeID)) {
     
    5858                                if (vocabPlatformID < 0) {
    5959                                        vocabPlatformID = DepotManager.getInstance()
    60                                                         .getVocabulary(DepotConfig.PLATFORM_VOCAB).getVid();
     60                                                        .getVocabulary(DepotConfig.getVocabularyName_Platform()).getVid();
    6161                                }
    6262                                int tid = node.getTaxonomyTerms().get(vocabPlatformID)
Note: See TracChangeset for help on using the changeset viewer.