--- trunk/RomCheater/PIDSelector.cs 2012/05/10 11:15:23 106 +++ trunk/RomCheater/PIDSelector.cs 2012/05/10 11:16:03 107 @@ -91,7 +91,7 @@ namespace RomCheater large_image_list = new ImageList(); ListViewItem item = new ListViewItem(); // process - item.Text = p.FileName; + item.Text = p.Name; if (p.ProcessIcon != null) { Bitmap small_image = ProcContainer.CreateIconFromProcess(p, 1);