Revision 4671d606 trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs

b/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs
45 45
using System.Collections.ObjectModel;
46 46
using System.ComponentModel.Composition;
47 47
using System.Diagnostics.Contracts;
48
using System.IO;
48 49
using System.Linq;
49 50
using System.Net;
50 51
using System.Text;
......
368 369
            _policies.CollectionChanged += (sender, evt) => { PoliciesChanged = true; };
369 370
*/
370 371

  
372
            var name = Path.GetFileName(localFolderName);
373
            DisplayName = String.Format("{0} Container Properties", name);
374

  
371 375
            Shell = shell;
372 376
            ContainerName = localFolderName;
373 377
            container.ContinueWith(t =>{                

Also available in: Unified diff