Revision e0f69809 trunk/Pithos.Client.WPF/FileProperties/FilePropertiesViewModel.cs

b/trunk/Pithos.Client.WPF/FileProperties/FilePropertiesViewModel.cs
352 352

  
353 353
            Shell = shell;
354 354
            LocalFileName = localFileName;
355

  
356
            var name=Path.GetFileName(localFileName);
357
            DisplayName = String.Format("{0} File Properties", name);
358

  
355 359
            pithosFile.ContinueWith(t =>
356 360
            {
357 361
                if (t.IsFaulted)

Also available in: Unified diff