Skip to content

Commit

Permalink
Remove old intel.jpg and add transparency intel.png
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 1, 2012
1 parent 35c8150 commit 8b7184b
Show file tree
Hide file tree
Showing 5 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/.lang/Global.pot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# /home/michal/Pulpit/i-nex/src/i-nex/Global.class
# /home/michal/Baazar/i-nex/src/i-nex/Global.class
# Generated by Gambas compiler

# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
Expand Down
Binary file removed src/i-nex/Data/Karta_graficzna/intel.jpg
Binary file not shown.
Binary file added src/i-nex/Data/Karta_graficzna/intel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/i-nex/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ END
STATIC PUBLIC SUB kartagraficzna()

IF Finfosys.TextArea17.Text LIKE "*intel*" THEN
Finfosys.PictureBox1.Picture = Picture["Data/Karta_graficzna/intel.jpg"]
Finfosys.PictureBox1.Picture = Picture["Data/Karta_graficzna/intel.png"]
ENDIF

END
Expand Down

0 comments on commit 8b7184b

Please sign in to comment.