New Project Window

This commit is contained in:
dexyfex
2018-03-04 00:03:08 +11:00
Unverified
parent 0c558e746c
commit c093aa4736
136 changed files with 29501 additions and 20 deletions
+1 -1
View File
@@ -1433,7 +1433,7 @@ namespace CodeWalker
private void ViewModel(string name, string path, byte[] data, RpfFileEntry e)
{
var nl = e?.NameLower ?? "";
var fe = new FileInfo(nl).Extension;
var fe = Path.GetExtension(nl);
ModelForm f = new ModelForm(this);
f.Show();
switch (fe)