Ignore:
Timestamp:
11/12/2008 2:28:09 AM (4 years ago)
Author:
lowjoel
Message:

Added a really rudimentary implementation of our Eraser Updater. (mirrors not implemented, server/file identity information not checked, error handling absent)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Eraser/MainForm.Designer.cs

    r503 r513  
    120120            // checkForUpdatesToolStripMenuItem 
    121121            //  
     122            this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; 
    122123            resources.ApplyResources(this.checkForUpdatesToolStripMenuItem, "checkForUpdatesToolStripMenuItem"); 
    123             this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; 
     124            this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click); 
    124125            //  
    125126            // aboutEraserToolStripMenuItem 
Note: See TracChangeset for help on using the changeset viewer.