Changeset 1246

Show
Ignore:
Timestamp:
1/18/2010 4:37:46 PM (2 months ago)
Author:
vessper
Message:

18/01/2010 (1.14.0.1246)


- Prism: BP Manager asset import now shows more detail in the location

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.Prism/Forms/frmPrism.vb

    r1187 r1246  
    55955595                            Dim flagID As Integer = CInt(loc.Attributes.GetNamedItem("flag").Value) 
    55965596                            Dim locationDetails As String = PlugInData.itemFlags(flagID).ToString 
    5597  
    55985597                            ' Check the asset 
    55995598                            Dim ItemData As New EveHQ.Core.EveItem 
     
    56045603                            If EveHQ.Core.HQ.itemData.ContainsKey(itemID) Then 
    56055604                                ItemData = EveHQ.Core.HQ.itemData(itemID) 
     5605                                If flagID = 0 Then 
     5606                                    If PlugInData.AssetItemNames.ContainsKey(AssetID) = True Then 
     5607                                        locationDetails = PlugInData.AssetItemNames(AssetID) 
     5608                                    Else 
     5609                                        locationDetails = ItemData.Name 
     5610                                    End If 
     5611                                End If 
    56065612                                If categories.Contains(ItemData.Category) Or groups.Contains(ItemData.Group) Or types.Contains(ItemData.ID) Then 
    56075613                                    Dim newBP As New BlueprintAsset