diff --git a/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.Designer.cs b/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.Designer.cs index 58e80d74..4df2ec74 100644 --- a/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.Designer.cs +++ b/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.Designer.cs @@ -57,7 +57,7 @@ this.Name = "ChangeLogForm"; this.Padding = new System.Windows.Forms.Padding(10); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "What\'s new in PCK Studio?"; + this.Text = "What\'s New?"; this.ResumeLayout(false); } diff --git a/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.cs b/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.cs index e739bf8b..ec5319b3 100644 --- a/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.cs +++ b/PCK-Studio/Forms/Additional-Popups/ChangeLogForm.cs @@ -11,4 +11,4 @@ namespace PckStudio.Forms.Additional_Popups ChangelogRichTextBox.Text = Resources.CHANGELOG; } } -} +} \ No newline at end of file diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 2c80828a..64fc35f6 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -2605,7 +2605,16 @@ namespace PckStudio private void whatsNewBtn_Click(object sender, EventArgs e) { - new ChangeLogForm().Show(); // Shows what's new + foreach (Form openForm in Application.OpenForms) + { + if (openForm is ChangeLogForm) + { + openForm.BringToFront(); + return; + } + } + + new ChangeLogForm().ShowDialog(); } private void pckCenterBtn_Click(object sender, EventArgs e) diff --git a/PCK-Studio/MainForm.resx b/PCK-Studio/MainForm.resx index 3c5cdf9f..847b3f98 100644 --- a/PCK-Studio/MainForm.resx +++ b/PCK-Studio/MainForm.resx @@ -1318,10 +1318,10 @@ False - 159, 22 + 180, 22 - Full box support + Full Box Support 186, 22 @@ -1571,7 +1571,7 @@ - 161, 22 + 180, 22 Pck Manager @@ -1589,7 +1589,7 @@ Binka -> Wav - 161, 22 + 180, 22 Audio Converter