Changeset 1245

Show
Ignore:
Timestamp:
1/18/2010 12:15:06 PM (8 weeks ago)
Author:
vessper
Message:

18/01/2010 (1.14.0.1245)


- HQF: Skills in the pilot manager are now ordered alphabetically

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.HQF/Forms/frmPilotManager.vb

    r1141 r1245  
    149149                    clvSkills.Items.Add(groupNode) 
    150150                    ' Now cycle through the list to get the skills 
    151                     For Each newSkill In EveHQ.Core.HQ.SkillListID.Values 
     151                    For Each newSkill In EveHQ.Core.HQ.SkillListName.Values 
    152152                        If newSkill.GroupID <> "505" Then 
    153153                            If newSkill.GroupID = newSkillGroup.ID And newSkill.Published = True Then