Changeset 1288

Show
Ignore:
Timestamp:
2/2/2010 4:55:03 AM (6 weeks ago)
Author:
vessper
Message:

02/02/2010


- Core: Added additional status message for downloading EveMails? etc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ/Forms/frmMail.vb

    r1285 r1288  
    107107    Public Sub MailUpdateCompleted() 
    108108        ' Update the display with EveMail 
     109        lblDownloadMailStatus.Text = "Updating EveMail display!" 
    109110        Call Me.UpdateMailInfo() 
    110         lblDownloadMailStatus.Text = "Mail Processing Complete!" 
    111111        btnDownloadMail.Enabled = True 
    112112        Call frmEveHQ.UpdateEveMailButton() 
     113        lblDownloadMailStatus.Text = "Mail Processing Complete!" 
    113114    End Sub 
    114115