Skip to content

Commit

Permalink
replace ATI to ATI Technologies for detect product logo
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 6, 2012
1 parent c1160fd commit 9c0e2f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/i-nex/.gambas/GLOBAL
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SearchString=True
File[1]=".src/Finfosys.form"
File[2]=".src/Finfosys.class:327.89"
Active=3
File[3]=".src/Global.class:75.56"
File[3]=".src/Global.class:87.53"
File[4]="linuxmint.png"
File[5]="intellogo.gif"
File[6]=".src/About.form"
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Static Public Sub kartagraficzna()
Finfosys.PictureBox1.Picture = Picture["Data/Karta_graficzna/intel.png"]
Endif

If Finfosys.TextArea17.Text Like "*ATI*" Then
If Finfosys.TextArea17.Text Like "*ATI Technologies*" Then
Finfosys.PictureBox1.Picture = Picture["Data/Karta_graficzna/ati.png"]
Endif

Expand Down

0 comments on commit 9c0e2f4

Please sign in to comment.