diff --git a/GUI.NET/Forms/frmConfigWizard.cs b/GUI.NET/Forms/frmConfigWizard.cs
index f6f375ad..c5aae3e9 100644
--- a/GUI.NET/Forms/frmConfigWizard.cs
+++ b/GUI.NET/Forms/frmConfigWizard.cs
@@ -16,7 +16,7 @@ using Mesen.GUI.Config;
namespace Mesen.GUI.Forms
{
- public partial class frmConfigWizard : BaseForm
+ public partial class frmConfigWizard : Form
{
private PrivateFontCollection _fonts = new PrivateFontCollection();
@@ -24,6 +24,7 @@ namespace Mesen.GUI.Forms
{
InitializeComponent();
+ this.Icon = Properties.Resources.MesenIcon;
lblLocation.Text = ConfigManager.DefaultDocumentsFolder;
lblLocation.ForeColor = Color.FromArgb(61,125,255);
lblCancel.ForeColor = Color.FromArgb(61, 125, 255);
diff --git a/README.md b/README.md
index ba30e579..b03ee3a9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Mesen is a cross-platform NES/Famicom emulator for Windows & Linux built in C++ and C#.
If you want to support this project, please consider making a donation:
-
+
[Website (https://www.mesen.ca)](https://www.mesen.ca)
[Documentation (https://www.mesen.ca/docs)](https://www.mesen.ca/docs)