Fix CPU Mhz

This commit is contained in:
eloaders 2016-09-30 08:12:41 +02:00
parent a17e2ea5c3
commit 056f3f9517
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ Public Sub Refresh_CPU_MHZ()
CPU_CPU_MHZ.Add(sVal)
End Select
Next
Try Label12.text = CPU_CPU_MHZ[(Mid$(ComboBox1.Current.Text, 4))]
Try Label12.text = CPU_CPU_MHZ[(Mid$(ComboBox1.Current.Text, 4))] & " MHz"
End