Skip to content

Commit

Permalink
Fixed typo in ViewWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaburns committed May 24, 2014
1 parent 9d16c35 commit 699b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void AlwaysOnTop_Click (object sender, RoutedEventArgs e) {
this.Topmost = !this.Topmost;
}

void BlinkReductionEnabledEnabled_Click (object sender, RoutedEventArgs e) {
void BlinkReductionEnabled_Click (object sender, RoutedEventArgs e) {
this.BlinkReductionEnabled = !this.BlinkReductionEnabled;
}

Expand Down

0 comments on commit 699b311

Please sign in to comment.