aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-07 14:45:31 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-07 14:45:31 +0300
commit453565753c012a087f402fc55eee528c132b7c8c (patch)
tree0b046fb4c6aae3fa69b7d1c58d8f0a200d5471e1 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs
parent9e934f90fb35690c6eec473569b9a8310ca6f334 (diff)
downloadTango-453565753c012a087f402fc55eee528c132b7c8c.tar.gz
Tango-453565753c012a087f402fc55eee528c132b7c8c.zip
New Hardware designer module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs
index 3c4d6e36a..4bd266f4c 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/HardwareDesignerModule.cs
@@ -35,7 +35,7 @@ namespace Tango.MachineStudio.HardwareDesigner
{
get
{
- return ResourceHelper.GetImageFromResources("Images/hardware-module.png");
+ return ResourceHelper.GetImageFromResources("Images/components.png");
}
}