diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 75a9024a..40e8cbaa 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -153,7 +153,7 @@ namespace PckStudio { CheckSaveState(); treeViewMain.Nodes.Clear(); - currentPCK = openPck(filepath); + currentPCK = OpenPck(filepath); if (currentPCK == null) { MessageBox.Show(this, string.Format("Failed to load {0}", Path.GetFileName(filepath)), "Error"); @@ -265,7 +265,7 @@ namespace PckStudio } } - private PckFile openPck(string filePath) + private PckFile OpenPck(string filePath) { isTemplateFile = false; saveLocation = filePath;