Skip to content

Commit

Permalink
fix close buttons actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Oct 30, 2020
1 parent f419359 commit 01aa8bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
<PackageTags />
<RepositoryType>git</RepositoryType>
<Version>4.2.14</Version>
<Version>4.3.0</Version>
<Copyright>Lior Banai © 2020</Copyright>
<Product>Analogy Log Viewer</Product>
<PackageReleaseNotes></PackageReleaseNotes>
Expand Down
3 changes: 3 additions & 0 deletions Analogy/Forms/AnalogyAboutBox.Designer.cs

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

4 changes: 4 additions & 0 deletions Analogy/Forms/AnalogyAboutBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@ public string AssemblyCompany
}
#endregion

private void btnOK_Click(object sender, EventArgs e)
{
Close();
}
}
}

0 comments on commit 01aa8bd

Please sign in to comment.