Fix classes to match up with recent file renames

This commit is contained in:
Jim Westfall
2014-10-23 21:59:09 -07:00
parent 9a6bc0a165
commit f436495aa2
9 changed files with 34 additions and 34 deletions

View File

@@ -9,9 +9,9 @@ using System.Windows.Forms;
namespace ROMVault2
{
public partial class frmHelpAbout : Form
public partial class FrmHelpAbout : Form
{
public frmHelpAbout()
public FrmHelpAbout()
{
InitializeComponent();