From 1c3140fb79a7365dfc165575aadd31f6a93b4452 Mon Sep 17 00:00:00 2001 From: deadmoon Date: Tue, 20 Feb 2018 21:19:24 +0200 Subject: [PATCH] Renamed leftovers to Mint --- Mint/MainForm.Designer.cs | 2 +- Mint/MainForm.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mint/MainForm.Designer.cs b/Mint/MainForm.Designer.cs index 8acecdd..bf03921 100644 --- a/Mint/MainForm.Designer.cs +++ b/Mint/MainForm.Designer.cs @@ -473,7 +473,7 @@ private void InitializeComponent() // this.launcherIcon.ContextMenuStrip = this.launcherMenu; this.launcherIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("launcherIcon.Icon"))); - this.launcherIcon.Text = "App Launcher"; + this.launcherIcon.Text = "Mint"; this.launcherIcon.Visible = true; this.launcherIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.launcherIcon_MouseDoubleClick); // diff --git a/Mint/MainForm.cs b/Mint/MainForm.cs index 275d471..5f6ff49 100644 --- a/Mint/MainForm.cs +++ b/Mint/MainForm.cs @@ -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)