Skip to content

Commit

Permalink
quick autorun fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurumpa committed Aug 8, 2015
1 parent a7de5fd commit 46b3be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SettingsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void ResetSettings()
/**
* OTHER INPUTS
*/
void checkBoxAutorun_CheckStateChanged(object sender, EventArgs e)
void checkBoxAutorun_CheckedChanged(object sender, EventArgs e)
{
settings.AutoStart = checkBoxAutorun.Checked;
}
Expand Down

0 comments on commit 46b3be7

Please sign in to comment.