From 5719df6e07a0cb81a6d55ace24979bf46c3af982 Mon Sep 17 00:00:00 2001
From: Sparronator9999 <86388887+Sparronator9999@users.noreply.github.com>
Date: Fri, 9 Aug 2024 20:52:41 +1000
Subject: [PATCH] forgor a couple of MSI Fan Control references
---
YAMDCC.GUI/Dialogs/CrashDialog.Designer.cs | 23 +++++++++++++++----
.../Dialogs/TextInputDialog.Designer.cs | 8 +++----
YAMDCC.GUI/Dialogs/TextInputDialog.cs | 8 +++----
YAMDCC.GUI/MainWindow.Designer.cs | 2 +-
4 files changed, 28 insertions(+), 13 deletions(-)
diff --git a/YAMDCC.GUI/Dialogs/CrashDialog.Designer.cs b/YAMDCC.GUI/Dialogs/CrashDialog.Designer.cs
index 294b488..df89e4e 100644
--- a/YAMDCC.GUI/Dialogs/CrashDialog.Designer.cs
+++ b/YAMDCC.GUI/Dialogs/CrashDialog.Designer.cs
@@ -1,4 +1,20 @@
-namespace YAMDCC.GUI.Dialogs
+// This file is part of YAMDCC (Yet Another MSI Dragon Center Clone).
+// Copyright © Sparronator9999 2023-2024.
+//
+// YAMDCC is free software: you can redistribute it and/or modify it
+// under the terms of the GNU General Public License as published by the Free
+// Software Foundation, either version 3 of the License, or (at your option)
+// any later version.
+//
+// YAMDCC is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+// more details.
+//
+// You should have received a copy of the GNU General Public License along with
+// YAMDCC. If not, see .
+
+namespace YAMDCC.GUI.Dialogs
{
partial class CrashDialog
{
@@ -70,9 +86,8 @@ private void InitializeComponent()
this.lblError.Name = "lblError";
this.lblError.Size = new System.Drawing.Size(394, 60);
this.lblError.TabIndex = 0;
- this.lblError.Text = "MSI Fan Control has crashed!\r\n\r\nBefore reporting a bug, try again on the latest v" +
- "ersion of MSI Fan Control.\r\nIf the crash still occurs, please include the follow" +
- "ing crash report:";
+ this.lblError.Text = "YAMDCC has crashed!\r\n\r\nBefore reporting a bug, try again on the latest version of" +
+ " YAMDCC.\r\nIf the crash still occurs, please include the following crash report:";
//
// btnReportIssue
//
diff --git a/YAMDCC.GUI/Dialogs/TextInputDialog.Designer.cs b/YAMDCC.GUI/Dialogs/TextInputDialog.Designer.cs
index 1fbe642..dd1f42a 100644
--- a/YAMDCC.GUI/Dialogs/TextInputDialog.Designer.cs
+++ b/YAMDCC.GUI/Dialogs/TextInputDialog.Designer.cs
@@ -1,18 +1,18 @@
-// This file is part of MSI Fan Control.
+// This file is part of YAMDCC (Yet Another MSI Dragon Center Clone).
// Copyright © Sparronator9999 2023-2024.
//
-// MSI Fan Control is free software: you can redistribute it and/or modify it
+// YAMDCC is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
-// MSI Fan Control is distributed in the hope that it will be useful, but
+// YAMDCC is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
-// MSI Fan Control. If not, see .
+// YAMDCC. If not, see .
namespace YAMDCC.GUI.Dialogs
{
diff --git a/YAMDCC.GUI/Dialogs/TextInputDialog.cs b/YAMDCC.GUI/Dialogs/TextInputDialog.cs
index 3e326fa..50a47c0 100644
--- a/YAMDCC.GUI/Dialogs/TextInputDialog.cs
+++ b/YAMDCC.GUI/Dialogs/TextInputDialog.cs
@@ -1,18 +1,18 @@
-// This file is part of MSI Fan Control.
+// This file is part of YAMDCC (Yet Another MSI Dragon Center Clone).
// Copyright © Sparronator9999 2023-2024.
//
-// MSI Fan Control is free software: you can redistribute it and/or modify it
+// YAMDCC is free software: you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 3 of the License, or (at your option)
// any later version.
//
-// MSI Fan Control is distributed in the hope that it will be useful, but
+// YAMDCC is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along with
-// MSI Fan Control. If not, see .
+// YAMDCC. If not, see .
using System.Windows.Forms;
diff --git a/YAMDCC.GUI/MainWindow.Designer.cs b/YAMDCC.GUI/MainWindow.Designer.cs
index 1e9b4ae..0e87fa6 100644
--- a/YAMDCC.GUI/MainWindow.Designer.cs
+++ b/YAMDCC.GUI/MainWindow.Designer.cs
@@ -747,7 +747,7 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.Name = "MainWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "MSI Fan Control";
+ this.Text = "YAMDCC config editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_Closing);
this.Load += new System.EventHandler(this.MainWindow_Load);
this.menuStrip.ResumeLayout(false);