From dc8382faf05e443289dcbff1f6953a91077c7239 Mon Sep 17 00:00:00 2001 From: Sour Date: Sun, 1 Apr 2018 09:19:09 -0400 Subject: [PATCH] Setup: Fixed crash in setup wizard on new installations --- GUI.NET/Forms/frmConfigWizard.cs | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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: -Donate to this project using Paypal +Donate [Website (https://www.mesen.ca)](https://www.mesen.ca) [Documentation (https://www.mesen.ca/docs)](https://www.mesen.ca/docs)