Skip to content

Commit

Permalink
Cpu Vendor to UCase$
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 30, 2013
1 parent 4de4426 commit 7120c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Public Sub Wykrywanie_procesorow()
flags = Replace(flags, "\n", "")
'FFlags._init
Label71.Text = "Flags: " & FFlags.instructions
Label13.Text = Replace(Replace(Replace(vendor_id, "Authentic", ""), "Genuine", ""), "\n", "")
Label13.Text = UCase$(Replace(Replace(Replace(vendor_id, "Authentic", ""), "Genuine", ""), "\n", ""))
Label12.Text = Replace(cpu_MHz, "\n", "") & " MHz"
Label1.Text = "L1 Data: " & Replace(ldata, "\n", "")
Label2.Text = "L1 instruction: " & Replace(linstruction, "\n", "")
Expand Down Expand Up @@ -669,4 +669,4 @@ Public Sub Button15_Click()

Clipboard.Copy(TextBox58.Text)

End
End

0 comments on commit 7120c80

Please sign in to comment.