From 499f4facfe296d984a44e9ce0b6e1eb23ba8d644 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 5 Mar 2019 14:53:49 +0200 Subject: Improvements and bug fixes on PPC. --- .../PPC/Modules/Tango.PPC.Storage/Images/storage.png | Bin 0 -> 1177 bytes .../PPC/Modules/Tango.PPC.Storage/StorageModule.cs | 2 +- .../Modules/Tango.PPC.Storage/Tango.PPC.Storage.csproj | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Images/storage.png (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Images/storage.png b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Images/storage.png new file mode 100644 index 000000000..619d9de34 Binary files /dev/null and b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Images/storage.png differ diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs index 6133ebb3c..b3553e666 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/StorageModule.cs @@ -47,7 +47,7 @@ namespace Tango.PPC.Storage { get { - return ResourceHelper.GetImageFromResources("Images/storage-module.png"); + return ResourceHelper.GetImageFromResources("Images/storage.png"); } } diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Tango.PPC.Storage.csproj b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Tango.PPC.Storage.csproj index b25af0348..e541c472b 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Tango.PPC.Storage.csproj +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Tango.PPC.Storage.csproj @@ -137,5 +137,8 @@ + + + \ No newline at end of file -- cgit v1.3.1