[svn]
r7511: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
IT
svnadmin at nemerle.org
Sat Mar 3 23:38:18 CET 2007
Log:
Moved to February SDK.
http://download.microsoft.com/download/9/a/1/9a1b39c4-cf38-4e40-b0b8-aac1b34fc70a/VsSDKFebruary2007.exe
Author: IT
Date: Sat Mar 3 23:38:17 2007
New Revision: 7511
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs Sat Mar 3 23:38:17 2007
@@ -40,10 +40,13 @@
OleServiceProvider.AddService(typeof(VSLangProj.VSProject), VSProject, false);
- //Store the number of images in ProjectNode so we know the offset of the Nemerle icons.
- _imageOffset = this.ImageList.Images.Count;
- foreach (Image img in NemerleImageList.Images) {
- this.ImageList.Images.Add(img);
+ // Store the number of images in ProjectNode so we know the offset of the Nemerle icons.
+ //
+ _imageOffset = this.ImageHandler.ImageList.Images.Count;
+
+ foreach (Image img in NemerleImageList.Images)
+ {
+ this.ImageHandler.ImageList.Images.Add(img);
}
InitializeCATIDs();
More information about the svn
mailing list