Browse Source

I must have been thinking about my bot in that second

CPK 4 years ago
parent
commit
107b3358b7

+ 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
             {