Fix for duplicates in selectivesync display code
[pithos-ms-client] / trunk / Pithos.Client.WPF / Shell / BalloonIconConverter.cs
index 7095ca8..4e1b39a 100644 (file)
@@ -63,7 +63,7 @@ namespace Pithos.Client.WPF.Shell
 \r
             if (!_iconCache.TryGetValue(icon, out image))\r
             {\r
-                var imagePath = String.Format("/Pithos.Client.WPF;component/Images/{0}.png", Enum.GetName(typeof(BalloonIcon), value));\r
+                var imagePath = String.Format("/PithosPlus;component/Images/{0}.png", Enum.GetName(typeof(BalloonIcon), value));\r
                 var uri = new Uri(imagePath, UriKind.Relative);\r
                 image=new BitmapImage(uri);\r
                 _iconCache[icon] = image;\r