Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openhardwaremonitor/openhardwaremonitor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Möller <mmoeller@openhardwaremonitor.org>2012-07-25 19:33:16 +0400
committerMichael Möller <mmoeller@openhardwaremonitor.org>2012-07-25 19:33:16 +0400
commita3f3febfb300b5c2b56c80497e92e8c5ccc77edd (patch)
treebe51a3880128a4b9c7ba47aa3f6f02559c1cc2fa /Utilities
parentb702e42e3b65f280e5fb40dc3b190ee0f681239e (diff)
Added a new icon for RAM hardware.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/HttpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/HttpServer.cs b/Utilities/HttpServer.cs
index 461abe4..394771f 100644
--- a/Utilities/HttpServer.cs
+++ b/Utilities/HttpServer.cs
@@ -316,7 +316,7 @@ namespace OpenHardwareMonitor.Utilities
case HardwareType.TBalancer:
return "bigng.png";
case HardwareType.RAM:
- return "chip.png";
+ return "ram.png";
default:
return "cpu.png";
}