浏览代码

I must have been thinking about my bot in that second

CPK 4 年之前
父节点
当前提交
107b3358b7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      PixiEditor/Models/IO/Importer.cs
  2. 1 1
      PixiEditor/ViewModels/SubViewModels/Main/FileViewModel.cs

+ 1 - 1
PixiEditor/Models/IO/Importer.cs

@@ -70,7 +70,7 @@ namespace PixiEditor.Models.IO
             }
         }
 
-        public static Document ImpostorOldDocument(string path)
+        public static Document ImportOldDocument(string path)
         {
             try
             {

+ 1 - 1
PixiEditor/ViewModels/SubViewModels/Main/FileViewModel.cs

@@ -165,7 +165,7 @@ namespace PixiEditor.ViewModels.SubViewModels.Main
 
             if (openOld)
             {
-                document = Importer.ImpostorOldDocument(path);
+                document = Importer.ImportOldDocument(path);
             }
             else
             {