diff --git a/trunk/UpdateApplicationForm.cs b/trunk/UpdateApplicationForm.cs index 5c82225..71c4d20 100644 --- a/trunk/UpdateApplicationForm.cs +++ b/trunk/UpdateApplicationForm.cs @@ -129,6 +129,7 @@ namespace LSLEditor } } + // TODO This callback needs to determine if this version is not older than current and disable the Update button if so. void manifest_DownloadCompleted(object sender, DownloadStringCompletedEventArgs e) { if (e.Error != null)