Skip to content

Commit

Permalink
Renamed leftovers to Mint
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Feb 20, 2018
1 parent d1b3a61 commit 1c3140f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mint/MainForm.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 Mint/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ private void btnLocate_Click(object sender, EventArgs e)
{
OpenFileDialog dialog = new OpenFileDialog();

dialog.Title = "App Launcher | Select an application...";
dialog.Title = "Mint | Select an application...";
dialog.Filter = "Applications | *.exe";

if (dialog.ShowDialog() == DialogResult.OK)
Expand Down

0 comments on commit 1c3140f

Please sign in to comment.