Fixed Issue 10.

This commit is contained in:
Michael Möller
2010-05-20 21:23:54 +00:00
parent ea228677db
commit 8e5e1d7d19
13 changed files with 163 additions and 38 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenHardwareMonitor.Hardware.CPU {
coreTemperature = new Sensor(
"Core" + (coreCount > 1 ? " #1 - #" + coreCount : ""), 0, null,
SensorType.Temperature, this, new ParameterDescription[] {
new ParameterDescription("Offset", "Temperature offset.", 0)
new ParameterDescription("Offset [°C]", "Temperature offset.", 0)
});
pciAddress = WinRing0.FindPciDeviceById(PCI_AMD_VENDOR_ID,