Skip to content

Commit

Permalink
Fix CPU Mhz
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 30, 2016
1 parent a17e2ea commit 056f3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 056f3f9

Please sign in to comment.