Skip to content

Commit

Permalink
Try to fix image displayed for Core2Quad
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 13, 2012
1 parent fc0c5fc commit 8bc56cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ SearchString=True
[OpenFile]
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:7.49"
File[3]=".src/Global.class:6.65"
Active=3
File[3]=".src/Global.class:12.7"
File[4]=".src/About.form"
File[5]=".src/About.class:83.22"
File[6]=".src/distrodetect.class:18.8"
File[7]=".src/battery.module:70.77"
Active=8
File[8]=".src/Disk_Drives.module:53.34"
File[9]=".src/ScreenShot.form"
File[10]=".src/ScreenShot.class:12.63"
Expand Down
8 changes: 4 additions & 4 deletions src/i-nex/.src/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Static Public gravity As Integer

Static Public Sub ikonaprocka()
'Procesory intel
If Finfosys.TextBox29.Text Like "*Intel(R) Core(TM)2*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2duo.png"]
Endif

If Finfosys.TextBox29.Text Like "*Intel(R) Core(TM)2 Duo*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2duo.png"]
Endif
Expand All @@ -12,10 +16,6 @@ Static Public Sub ikonaprocka()
Finfosys.PictureBox3.Picture = Picture["intelcore2quad.png"]
Endif

If Finfosys.TextBox29.Text Like "*Intel(R) Core(TM)2*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2duo.png"]
Endif

If Finfosys.TextBox29.Text Like "*Intel(R) Core(TM)2 Extreme*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2extreme.png"]
Endif
Expand Down

0 comments on commit 8bc56cd

Please sign in to comment.