X-Git-Url: https://code.grnet.gr/git/pithos-ms-client/blobdiff_plain/3f9d34482d25e5a765fe81cde4ca92aaa6783514..e0f698097edf2924a0e6eef53d4f6f117a72d4b5:/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs diff --git a/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs b/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs index 9eeb56b..8a7ffc5 100644 --- a/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs +++ b/trunk/Pithos.Client.WPF/FileProperties/ContainerPropertiesViewModel.cs @@ -45,6 +45,7 @@ using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel.Composition; using System.Diagnostics.Contracts; +using System.IO; using System.Linq; using System.Net; using System.Text; @@ -368,6 +369,9 @@ namespace Pithos.Client.WPF.FileProperties _policies.CollectionChanged += (sender, evt) => { PoliciesChanged = true; }; */ + var name = Path.GetFileName(localFolderName); + DisplayName = String.Format("{0} Container Properties", name); + Shell = shell; ContainerName = localFolderName; container.ContinueWith(t =>{