Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mRemoteNG/UI/Forms/FrmAbout.cs')
-rw-r--r--mRemoteNG/UI/Forms/FrmAbout.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mRemoteNG/UI/Forms/FrmAbout.cs b/mRemoteNG/UI/Forms/FrmAbout.cs
index 6e02b9a2..e5738f12 100644
--- a/mRemoteNG/UI/Forms/FrmAbout.cs
+++ b/mRemoteNG/UI/Forms/FrmAbout.cs
@@ -9,11 +9,11 @@ using System.Runtime.InteropServices;
namespace mRemoteNG.UI.Forms
{
- public partial class FrmAbout : Form
+ public partial class frmAbout : Form
{
- public static FrmAbout Instance { get; set; } = new FrmAbout();
+ public static frmAbout Instance { get; set; } = new frmAbout();
- private FrmAbout()
+ private frmAbout()
{
InitializeComponent();
Icon = Resources.ImageConverter.GetImageAsIcon(Properties.Resources.UIAboutBox_16x);