mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 01:06:35 +00:00
MainForm - Rename 'openPck' to 'OpenPck'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user