misu – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 8
Line 167... Line 167...
167 AboutForm.Show(); 167 AboutForm.Show();
168 } 168 }
Line 169... Line 169...
169   169  
170 private void OnContextMenuQuitClick(object sender, EventArgs e) 170 private void OnContextMenuQuitClick(object sender, EventArgs e)
-   171 {
-   172 Close();
171 { 173  
172 Application.Exit(); 174 Environment.Exit(0);
Line 173... Line 175...
173 } 175 }
174   176  
175 private void OnContextMenuLaunchOnBootChanged(object sender, EventArgs e) 177 private void OnContextMenuLaunchOnBootChanged(object sender, EventArgs e)