Small change

This commit is contained in:
MaxXor 2015-03-20 14:52:49 +01:00
parent 6a5ac88b2d
commit 7a0fd84428
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public static void HandleDirectoryResponse(Client client, DirectoryResponse pack
ListViewItem lvi = new ListViewItem(new string[] { packet.Files[i], Helper.Helper.GetFileSize(packet.FilesSize[i]), "File" });
lvi.Tag = "file";
lvi.ImageIndex = Helper.Helper.GetFileIcon(System.IO.Path.GetExtension(packet.Files[i]));
lvi.ImageIndex = Helper.Helper.GetFileIcon(Path.GetExtension(packet.Files[i]));
try
{