Browse Source

Added a new icon for Component tree nodes in the WiX Setup Files editor.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2272 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
4767b24e72
  1. 1
      data/resources/image/BitmapResources/BitmapResources.res
  2. BIN
      data/resources/image/BitmapResources/SetupIcons/Setup.Icons.16x16.Component.png
  3. 2
      src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/WixComponentTreeNode.cs
  4. BIN
      src/Main/StartUp/Project/Resources/BitmapResources.resources

1
data/resources/image/BitmapResources/BitmapResources.res

@ -498,3 +498,4 @@ Icons.16x16.NavigateForward = NavigationIcons\Icons.16x16.NavigateF @@ -498,3 +498,4 @@ Icons.16x16.NavigateForward = NavigationIcons\Icons.16x16.NavigateF
#Setup icons (Wix)
Setup.Icons.16x16.SetupDialogsPad = SetupIcons\Setup.Icons.16x16.SetupDialogsPad.png
Setup.Icons.16x16.Component = SetupIcons\Setup.Icons.16x16.Component.png

BIN
data/resources/image/BitmapResources/SetupIcons/Setup.Icons.16x16.Component.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

2
src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/WixComponentTreeNode.cs

@ -14,7 +14,7 @@ namespace ICSharpCode.WixBinding @@ -14,7 +14,7 @@ namespace ICSharpCode.WixBinding
{
public WixComponentTreeNode(WixComponentElement element) : base(element)
{
SetIcon("Icons.16x16.SolutionIcon");
SetIcon("Setup.Icons.16x16.Component");
ContextmenuAddinTreePath = "/AddIns/WixBinding/PackageFilesView/ContextMenu/ComponentTreeNode";
Refresh();
}

BIN
src/Main/StartUp/Project/Resources/BitmapResources.resources

Binary file not shown.
Loading…
Cancel
Save