Skip to content

Commit

Permalink
Don't say title twice (last commit before 1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcomboom authored Dec 21, 2019
1 parent 6d6d41e commit 6e94e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.vb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
v &= vbNewLine & My.Application.Info.Description
v &= vbNewLine & My.Application.Info.CompanyName

MsgBox("Windows Spotlight Extractor" & vbNewLine & v, MsgBoxStyle.Information, "About")
MsgBox(v, MsgBoxStyle.Information, "About")
End Sub

Private Sub List_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles List.MouseClick
Expand Down

0 comments on commit 6e94e72

Please sign in to comment.