Changeset 1288
- Timestamp:
- 2/2/2010 4:55:03 AM (6 weeks ago)
- Files:
-
- 1 modified
-
trunk/EveHQ/Forms/frmMail.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ/Forms/frmMail.vb
r1285 r1288 107 107 Public Sub MailUpdateCompleted() 108 108 ' Update the display with EveMail 109 lblDownloadMailStatus.Text = "Updating EveMail display!" 109 110 Call Me.UpdateMailInfo() 110 lblDownloadMailStatus.Text = "Mail Processing Complete!"111 111 btnDownloadMail.Enabled = True 112 112 Call frmEveHQ.UpdateEveMailButton() 113 lblDownloadMailStatus.Text = "Mail Processing Complete!" 113 114 End Sub 114 115
