Skip to content

Commit

Permalink
Add support AMD Athlon X2 Dual-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 12, 2012
1 parent 3a18426 commit d890068
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ SearchString=True
[OpenFile]
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:581.0"
File[3]=".src/Global.class:50.56"
Active=3
File[3]=".src/Global.class:111.36"
File[4]=".src/About.form"
File[5]=".src/About.class:63.30"
File[6]=".src/distrodetect.class:41.7"
Expand All @@ -31,11 +32,10 @@ File[13]=".src/Asound_Drives.module:36.32"
File[14]=".src/HWmon_coretemp.module:3.18"
File[15]=".src/Input_Devices.module:36.27"
File[16]=".src/Reportm.module:337.3"
Active=17
File[17]=".src/FReport_Gen.form"
File[18]=".src/FReport_Gen.class:5.47"
File[19]=".src/Start_App_Args.form"
File[20]=".src/Start_App_Args.class:34.7"
File[20]=".src/Start_App_Args.class:3.25"
File[21]=".src/ChkPrm.module:7.48"
Count=21

Expand Down
4 changes: 4 additions & 0 deletions src/i-nex/.src/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Static Public Sub ikonaprocka()
Finfosys.PictureBox3.Picture = Picture["Processors/amd_athlon_2_x3.png"]
Endif

If Finfosys.TextBox29.Text Like "*AMD Athlon(tm) X2 Dual-Core*" Then
Finfosys.PictureBox3.Picture = Picture["Processors/amd_athlon_x2_dual_core_processors.png"]
Endif

End

Static Public Sub kartagraficzna()
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d890068

Please sign in to comment.